diff options
-rw-r--r-- | system-profiles/core.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 6e9c9286..61cda096 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix | |||
@@ -70,6 +70,11 @@ in { | |||
70 | }; | 70 | }; |
71 | 71 | ||
72 | sops = lib.mkIf hasSops { | 72 | sops = lib.mkIf hasSops { |
73 | age = { | ||
74 | keyFile = null; | ||
75 | generateKey = false; | ||
76 | sshKeyPaths = []; | ||
77 | }; | ||
73 | gnupg = { | 78 | gnupg = { |
74 | home = "/root/.gnupg"; | 79 | home = "/root/.gnupg"; |
75 | sshKeyPaths = []; | 80 | sshKeyPaths = []; |