sops
This commit is contained in:
parent
1f6e3c2509
commit
42fb12b5c7
|
@ -124,6 +124,9 @@
|
|||
inherit inputs;
|
||||
flakes = flake inputs system;
|
||||
};
|
||||
home-manager.sharedModules = [
|
||||
sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
# still needed even if using networkd
|
||||
networking.hostName = hostname;
|
||||
|
@ -201,6 +204,9 @@
|
|||
modules = modules ++ [{
|
||||
home.username = user;
|
||||
home.homeDirectory = home;
|
||||
home-manager.sharedModules = [
|
||||
sops-nix.homeManagerModules.sops
|
||||
];
|
||||
}];
|
||||
extraSpecialArgs = {
|
||||
inherit inputs flakes;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
home.stateVersion = "22.11"; # TODO: what uses this?
|
||||
|
||||
imports = [
|
||||
./profiles/sops.nix
|
||||
./profiles/bat.nix
|
||||
./profiles/git.nix
|
||||
./profiles/gtk.nix
|
||||
|
|
Loading…
Reference in New Issue