initial guestbook config
This commit is contained in:
parent
3f873c855f
commit
c86f305071
3 changed files with 65 additions and 1 deletions
|
|
@ -7,13 +7,16 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
guestbook.url = "git+https://git.ily.rs/lew/guestbook";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, sops-nix, ... }: {
|
||||
outputs = { self, nixpkgs, sops-nix, guestbook, ... }: {
|
||||
nixosConfigurations.lab = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = { inherit guestbook; };
|
||||
modules = [
|
||||
sops-nix.nixosModules.sops
|
||||
guestbook.nixosModules.default
|
||||
./hosts/lab
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue