diff --git a/flake.nix b/flake.nix index d10fe56..9ed0d41 100644 --- a/flake.nix +++ b/flake.nix @@ -75,9 +75,11 @@ buer = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./hosts/buer - ] - } + ./hosts/buer + + agenix.nixosModules.default + ]; + }; # Easy to add more hosts /*server2 = nixpkgs.lib.nixosSystem {