Add base agenix files

This commit is contained in:
thiloho
2023-10-31 12:10:31 +01:00
parent 95d1ed9112
commit bd18961601
4 changed files with 83 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
{
imports = [
inputs.agenix.nixosModules.default
./hardware-configuration.nix
../shared.nix
];
@@ -144,7 +145,10 @@
];
home-manager.users.thiloho = { pkgs, lib, ... }: {
home.stateVersion = "23.05";
home = {
stateVersion = "23.05";
packages = [ inputs.agenix.packages."x86_64-linux".default ];
};
};
system.stateVersion = "23.05";
}