From 0a99aeff19060c2c0b4daa83130af16fb209d8e2 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 17 Dec 2023 23:28:45 +0000 Subject: [PATCH] Update odyssey borg passphrase path --- hosts/odyssey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index e4f0642..8285efc 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -52,7 +52,7 @@ }; }; - age.secrets."odyssey-passphrase" = { + age.secrets."passwords/services/borg/odyssey-passphrase" = { file = "${inputs.secrets}/passwords/services/borg/odyssey-passphrase.age"; }; @@ -66,7 +66,7 @@ { label = "borgbase"; path = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo"; } ]; 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"; }; retention = {