summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-20 09:03:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-20 09:03:59 +0200
commit1499b2ce8e4fce2f5de90954a68f0bd6934e9a41 (patch)
tree3a31558bf076515624049bfa58aff312483156cc /system-profiles
parent32d25357a0a6b75547d6f6b2f64dfc6dcb4cfe19 (diff)
downloadnixos-1499b2ce8e4fce2f5de90954a68f0bd6934e9a41.tar
nixos-1499b2ce8e4fce2f5de90954a68f0bd6934e9a41.tar.gz
nixos-1499b2ce8e4fce2f5de90954a68f0bd6934e9a41.tar.bz2
nixos-1499b2ce8e4fce2f5de90954a68f0bd6934e9a41.tar.xz
nixos-1499b2ce8e4fce2f5de90954a68f0bd6934e9a41.zip
sops: ...
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core.nix5
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 = [];