mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add base agenix files
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user