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

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