fix(user/module/restic-backup): use unsafe auth
This commit is contained in:
parent
3b4576d63f
commit
d10df735be
|
@ -10,7 +10,7 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
resticCmd = "${pkgs.restic}/bin/restic";
|
resticCmd = "${lib.getExe pkgs.restic} -o s3.unsafe-anonymous-auth=true";
|
||||||
inherit (config.home) username;
|
inherit (config.home) username;
|
||||||
|
|
||||||
repository = "s3:https://s3.tammena.me/restic/${username}";
|
repository = "s3:https://s3.tammena.me/restic/${username}";
|
||||||
|
|
Loading…
Reference in a new issue