mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
restic: Rename option resticBackups to restic.backups
This commit is contained in:
parent
9ec0c676be
commit
ba78828f4f
10 changed files with 17 additions and 17 deletions
|
|
@ -47,7 +47,7 @@ in
|
|||
};
|
||||
|
||||
custom = {
|
||||
services.resticBackups.actual = lib.mkIf cfg.doBackups {
|
||||
services.restic.backups.actual = lib.mkIf cfg.doBackups {
|
||||
conflictingService = "actual.service";
|
||||
paths = [ dataDir ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue