fixed impermanence secrets for the nuc

This commit is contained in:
Rouven Seifert 2023-05-30 21:15:01 +02:00
parent ad587ca443
commit 610408a1d8
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -35,6 +35,9 @@
"/etc/machine-id" "/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"; time.timeZone = "Europe/Berlin";