diff --git a/flake.lock b/flake.lock index c4a3307..79482c4 100644 --- a/flake.lock +++ b/flake.lock @@ -133,11 +133,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1702233072, - "narHash": "sha256-H5G2wgbim2Ku6G6w+NSaQaauv6B6DlPhY9fMvArKqRo=", + "lastModified": 1702346276, + "narHash": "sha256-eAQgwIWApFQ40ipeOjVSoK4TEHVd6nbSd9fApiHIw5A=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "781e2a9797ecf0f146e81425c822dca69fe4a348", + "rev": "cf28ee258fd5f9a52de6b9865cdb93a1f96d09b7", "type": "github" }, "original": { 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";