fix(user/module/restic-backup): use unsafe auth

This commit is contained in:
Malte Tammena 2024-10-16 14:01:37 +02:00
parent 3b4576d63f
commit d10df735be

View file

@ -10,7 +10,7 @@
config,
...
}: let
resticCmd = "${pkgs.restic}/bin/restic";
resticCmd = "${lib.getExe pkgs.restic} -o s3.unsafe-anonymous-auth=true";
inherit (config.home) username;
repository = "s3:https://s3.tammena.me/restic/${username}";