mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21: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
|
|
@ -73,7 +73,7 @@ in
|
|||
inherit (config.services.outline) user;
|
||||
in
|
||||
{
|
||||
services.resticBackups.outline = lib.mkIf cfg.doBackups {
|
||||
services.restic.backups.outline = lib.mkIf cfg.doBackups {
|
||||
conflictingService = "outline.service";
|
||||
paths = [ dataDir ];
|
||||
extraConfig.backupPrepareCommand = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue