mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +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
|
|
@ -16,8 +16,6 @@ in
|
|||
config = lib.mkIf cfg.backups.enable {
|
||||
custom.services.resticBackups.nextcloud = {
|
||||
inherit user;
|
||||
healthchecks.enable = true;
|
||||
|
||||
extraConfig = {
|
||||
backupPrepareCommand = ''
|
||||
${lib.getExe' config.services.nextcloud.occ "nextcloud-occ"} maintenance:mode --on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue