mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Fix restic backups
This commit is contained in:
parent
527b21ba3e
commit
3b79475d21
2 changed files with 15 additions and 7 deletions
|
|
@ -48,9 +48,9 @@ in
|
|||
|
||||
bindMounts = {
|
||||
"/run/secrets/container/tailscale-auth-key" = { };
|
||||
"/run/secrets/container/${name}" = { };
|
||||
"/run/secrets/restic" = { };
|
||||
"/run/secrets/healthchecks-ping-key" = { };
|
||||
"/run/secrets/container/${name}".isReadOnly = false;
|
||||
"/run/secrets/restic".isReadOnly = false;
|
||||
"/run/secrets/healthchecks-ping-key".isReadOnly = false;
|
||||
|
||||
${dataDirOf name}.isReadOnly = false;
|
||||
"/var/lib/tailscale" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue