Refactor the restic config

This commit is contained in:
SebastianStork 2025-06-07 00:20:18 +02:00
parent b1507caac5
commit 41cd9f56f1
8 changed files with 143 additions and 111 deletions

View file

@ -14,7 +14,7 @@ in
options.custom.services.nextcloud.backups.enable = lib.mkEnableOption "";
config = lib.mkIf cfg.backups.enable {
custom.services.resticBackup.nextcloud = {
custom.services.resticBackups.nextcloud = {
inherit user;
healthchecks.enable = true;