diff --git a/users/modules/restic-backup.nix b/users/modules/restic-backup.nix index c2523f2..098d738 100644 --- a/users/modules/restic-backup.nix +++ b/users/modules/restic-backup.nix @@ -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}";