mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
restic: Add dedicated paths option
This commit is contained in:
parent
2761fc8953
commit
7e25a91691
7 changed files with 19 additions and 17 deletions
|
|
@ -39,7 +39,7 @@ in
|
|||
|
||||
custom.services.resticBackups.filebrowser = lib.mkIf cfg.doBackups {
|
||||
conflictingService = "filebrowser.service";
|
||||
extraConfig.paths = with config.services.filebrowser.settings; [
|
||||
paths = with config.services.filebrowser.settings; [
|
||||
database
|
||||
root
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue