mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Enable healthchecks of restic-backups by default
This commit is contained in:
parent
41cd9f56f1
commit
cdeabbcc84
6 changed files with 4 additions and 15 deletions
|
|
@ -30,8 +30,6 @@ in
|
|||
|
||||
custom.services.resticBackups.forgejo = {
|
||||
inherit user;
|
||||
healthchecks.enable = true;
|
||||
|
||||
extraConfig = {
|
||||
backupPrepareCommand = "${lib.getExe' pkgs.systemd "systemctl"} stop forgejo.service";
|
||||
backupCleanupCommand = "${lib.getExe' pkgs.systemd "systemctl"} start forgejo.service";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue