mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Refactor the restic config
This commit is contained in:
parent
b1507caac5
commit
41cd9f56f1
8 changed files with 143 additions and 111 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue