diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 2e47656..54d8ee3 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -117,7 +117,7 @@ in { encryption.mode = "none"; environment.BORG_RSH = "ssh -i /home/fsaccount/.ssh/fsaccount"; repo = "ssh://borg@localhost:fsaccount"; - startAt = "hourly"; + startAt = "daily"; user = "fsaccount"; group = "users"; readWritePaths = ["/home/fsaccount"];