Fix nextcloud backups

This commit is contained in:
SebastianStork 2025-06-19 21:47:21 +02:00
parent de67dc40bf
commit 4f31384329
2 changed files with 12 additions and 3 deletions

View file

@ -30,6 +30,9 @@ in
"restic/password" = { };
};
systemd.tmpfiles.rules =
resticBackups |> lib.mapAttrsToList (name: _: "d /var/cache/restic-backups-${name} 700 - - -");
services.restic.backups =
resticBackups
|> lib.mapAttrs (