Enable healthchecks of restic-backups by default

This commit is contained in:
SebastianStork 2025-06-07 00:34:38 +02:00
parent 41cd9f56f1
commit cdeabbcc84
6 changed files with 4 additions and 15 deletions

View file

@ -30,8 +30,6 @@ in
custom.services.resticBackups.hedgedoc = {
inherit user;
healthchecks.enable = true;
extraConfig = {
backupPrepareCommand = "${lib.getExe' pkgs.systemd "systemctl"} stop hedgedoc.service";
backupCleanupCommand = "${lib.getExe' pkgs.systemd "systemctl"} start hedgedoc.service";