diff options
author | Alex Auvolat <alex@adnab.me> | 2024-11-17 14:59:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-11-17 14:59:28 +0100 |
commit | 4ee8bee1a16215760805eda13499c5f6c6aec9f8 (patch) | |
tree | 84e5b49173cf6e15316927bc116a7789b48b72fd /nixos | |
parent | 787140cccd8f424a191fe9d5338f6cde356f4a43 (diff) | |
download | user-config-4ee8bee1a16215760805eda13499c5f6c6aec9f8.tar.gz user-config-4ee8bee1a16215760805eda13499c5f6c6aec9f8.zip |
kusanagi: update restic target
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/kusanagi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index 946e3a3..c924acf 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -164,7 +164,7 @@ in # requires tailscale so not enabled in default specialisation services.restic.backups."infracoll" = { - repository = "s3:http://garage.isomorphis.me:3900/restic-lx"; + repository = "s3:https://garage.bolobolo.fr.eu.org/lx-restic-perso"; environmentFile = "/persist/etc/secrets/restic/infracoll/credentials"; passwordFile = "/persist/etc/secrets/restic/infracoll/password"; paths = [ |