unstable zola
This commit is contained in:
parent
b37fdc00d8
commit
140b1e0e5e
3 changed files with 27 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -10,10 +11,10 @@
|
|||
guestbook.url = "git+https://git.ily.rs/lew/guestbook";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, sops-nix, guestbook, ... }: {
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, sops-nix, guestbook, ... }: {
|
||||
nixosConfigurations.lab = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = { inherit guestbook; };
|
||||
specialArgs = { inherit guestbook nixpkgs-unstable; };
|
||||
modules = [
|
||||
sops-nix.nixosModules.sops
|
||||
guestbook.nixosModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue