update key to be persisted

This commit is contained in:
2025-06-10 13:21:42 -05:00
parent 86770e6210
commit c3fef94872
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
# SOPS config
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
age.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ];
age.keyFile = "/var/lib/sops-nix/key.txt";
age.generateKey = true;
defaultSopsFormat = "json";