diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 54d8ee3..2e47656 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 = "daily"; + startAt = "hourly"; user = "fsaccount"; group = "users"; readWritePaths = ["/home/fsaccount"];