From 610408a1d8dc7a02b2d143e6651f6e72381c794e Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Tue, 30 May 2023 21:15:01 +0200 Subject: [PATCH] fixed impermanence secrets for the nuc --- hosts/nuc/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nuc/default.nix b/hosts/nuc/default.nix index 3fe00fd..4617908 100644 --- a/hosts/nuc/default.nix +++ b/hosts/nuc/default.nix @@ -35,6 +35,9 @@ "/etc/machine-id" ]; }; + # impermanence fixes + sops.age.sshKeyPaths = lib.mkForce [ "/nix/persist/system/etc/ssh/ssh_host_ed25519_key" ]; + sops.gnupg.sshKeyPaths = lib.mkForce [ ]; time.timeZone = "Europe/Berlin";