mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Add healthchecks to the backups
This commit is contained in:
parent
40a8ba846a
commit
8ab39c79ab
5 changed files with 46 additions and 14 deletions
|
|
@ -11,6 +11,7 @@
|
|||
myConfig.resticBackup.nextcloud = {
|
||||
enable = true;
|
||||
user = config.users.users.nextcloud.name;
|
||||
healthchecks.enable = true;
|
||||
|
||||
extraConfig = {
|
||||
backupPrepareCommand = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue