Update odyssey borg passphrase path

This commit is contained in:
Jordan Holt 2023-12-17 23:28:45 +00:00
parent baf9ae7bd1
commit 0a99aeff19
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -52,7 +52,7 @@
}; };
}; };
age.secrets."odyssey-passphrase" = { age.secrets."passwords/services/borg/odyssey-passphrase" = {
file = "${inputs.secrets}/passwords/services/borg/odyssey-passphrase.age"; file = "${inputs.secrets}/passwords/services/borg/odyssey-passphrase.age";
}; };
@ -66,7 +66,7 @@
{ label = "borgbase"; path = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo"; } { label = "borgbase"; path = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo"; }
]; ];
storage = { storage = {
encryption_passcommand = "cat ${config.age.secrets.odyssey-passphrase.path}"; encryption_passcommand = "cat ${config.age.secrets."passwords/services/borg/odyssey-passphrase".path}";
ssh_command = "ssh -i /etc/ssh/ssh_host_ed25519_key"; ssh_command = "ssh -i /etc/ssh/ssh_host_ed25519_key";
}; };
retention = { retention = {