diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 12:20:23 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 12:20:23 +0100 |
commit | cfc871cce6aefaa0ff64619780a807cba761c6b2 (patch) | |
tree | 965e8276ed36f11698b6c7d6eadab9f88d5f97c5 /system-profiles/core.nix | |
parent | aa54fe89b98d354d21141c589332ce7950ef2e59 (diff) | |
download | nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar.gz nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar.bz2 nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar.xz nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.zip |
...
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 | }; |