diff options
Diffstat (limited to 'nixos/kusanagi.nix')
-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 = [ |