mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
fixed impermanence secrets for the nuc
This commit is contained in:
parent
ad587ca443
commit
610408a1d8
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue