restic: Rename option resticBackups to restic.backups

This commit is contained in:
SebastianStork 2025-10-23 20:21:37 +02:00
parent 9ec0c676be
commit ba78828f4f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
10 changed files with 17 additions and 17 deletions

View file

@ -53,7 +53,7 @@ in
};
custom = {
services.resticBackups.filebrowser = lib.mkIf cfg.doBackups {
services.restic.backups.filebrowser = lib.mkIf cfg.doBackups {
conflictingService = "filebrowser.service";
paths = [ dataDir ];
};