diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index f27e671..0fe5f56 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -57,14 +57,12 @@ services.borgmatic = { enable = true; settings = { - location = { - source_directories = [ - "/home/jordan/Documents" - ]; - repositories = [ - "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo" - ]; - }; + source_directories = [ + "/home/jordan/Documents" + ]; + repositories = [ + { label = "borgbase"; path = "ssh://iqwu22oq@iqwu22oq.repo.borgbase.com/./repo"; } + ]; storage = { encryption_passcommand = "cat ${config.age.secrets.odyssey_borg_passphrase.path}"; ssh_command = "ssh -i /etc/ssh/ssh_host_ed25519_key";