From cfc871cce6aefaa0ff64619780a807cba761c6b2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Jan 2023 12:20:23 +0100 Subject: ... --- system-profiles/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system-profiles/core.nix') 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 { sops = lib.mkIf hasSops { age = { - keyFile = null; + keyFile = "/var/lib/sops-nix/key.txt"; generateKey = false; sshKeyPaths = []; }; gnupg = { - home = "/root/.gnupg"; + home = null; sshKeyPaths = []; }; }; -- cgit v1.2.3