sops
This commit is contained in:
parent
20a6964894
commit
c0f3e77000
2 changed files with 6 additions and 2 deletions
|
|
@ -26,6 +26,8 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
impermanence,
|
||||
home-manager,
|
||||
sops-nix,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
|
|
@ -50,6 +52,8 @@
|
|||
./hosts/${host}/configuration.nix
|
||||
./hosts/${host}/hardware-configuration.nix
|
||||
impermanence.nixosModule
|
||||
home-manager.nixosModule
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@
|
|||
hm = import ../home;
|
||||
in {
|
||||
${conf.user} = {
|
||||
imports = hm.user;
|
||||
# imports = hm.user;
|
||||
home.username = conf.user;
|
||||
home.homeDirectory = conf.home;
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue