install agenix to system and devShell

This commit is contained in:
NullBite 2024-06-21 16:41:58 -04:00
parent 27ebf7439c
commit 0fa7a9a819
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
nix-update
inputs.agenix.packages.${system}.default
];
};
});

View File

@ -18,6 +18,7 @@ in
# modules
inputs.nix-minecraft.nixosModules.minecraft-servers
inputs.impermanence.nixosModules.impermanence
inputs.agenix.nixosModules.default
./stylix.nix # imports inputs.stylix
];
config = {};