europa: run local backup hourly

This commit is contained in:
Aaron Bieber 2024-07-31 17:31:53 -06:00
parent 5fd3ce71ac
commit d629c27f85
No known key found for this signature in database

View File

@ -241,7 +241,8 @@ in
passwordFile = "${config.sops.secrets.restic_password_file.path}";
paths = paths ++ [ "/var/lib/libvirt" ];
inherit pruneOpts timerConfig;
inherit pruneOpts;
timerConfig = { OnCalendar = "hourly"; };
};
};
pcscd.enable = true;