diff options
Diffstat (limited to 'system-profiles/core.nix')
| -rw-r--r-- | system-profiles/core.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix index e6c0e085..4d39d7ea 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix | |||
| @@ -91,12 +91,12 @@ in { | |||
| 91 | 91 | ||
| 92 | sops = lib.mkIf hasSops { | 92 | sops = lib.mkIf hasSops { |
| 93 | age = { | 93 | age = { |
| 94 | keyFile = null; | 94 | keyFile = "/var/lib/sops-nix/key.txt"; |
| 95 | generateKey = false; | 95 | generateKey = false; |
| 96 | sshKeyPaths = []; | 96 | sshKeyPaths = []; |
| 97 | }; | 97 | }; |
| 98 | gnupg = { | 98 | gnupg = { |
| 99 | home = "/root/.gnupg"; | 99 | home = null; |
| 100 | sshKeyPaths = []; | 100 | sshKeyPaths = []; |
| 101 | }; | 101 | }; |
| 102 | }; | 102 | }; |
