diff options
Diffstat (limited to 'system-profiles/core.nix')
-rw-r--r-- | system-profiles/core.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 18c271bd..6e9c9286 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix | |||
@@ -70,8 +70,10 @@ in { | |||
70 | }; | 70 | }; |
71 | 71 | ||
72 | sops = lib.mkIf hasSops { | 72 | sops = lib.mkIf hasSops { |
73 | gnupgHome = "/root/.gnupg"; | 73 | gnupg = { |
74 | sshKeyPaths = []; | 74 | home = "/root/.gnupg"; |
75 | sshKeyPaths = []; | ||
76 | }; | ||
75 | }; | 77 | }; |
76 | 78 | ||
77 | environment.systemPackages = [ pkgs.git ] ++ lib.optional hasSops pkgs.gnupg; | 79 | environment.systemPackages = [ pkgs.git ] ++ lib.optional hasSops pkgs.gnupg; |