mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Fix nextcloud backups
This commit is contained in:
parent
de67dc40bf
commit
4f31384329
2 changed files with 12 additions and 3 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue