Fix stupid nextcloud ResourceProvider exception

This commit is contained in:
SebastianStork 2024-09-28 23:06:13 +02:00
parent 4ad1faa82e
commit 5ce0d85d6e
2 changed files with 3 additions and 0 deletions

View file

@ -47,11 +47,13 @@ in
hostBridge = "br0";
bindMounts = {
# Secrets
"/run/secrets/container/tailscale-auth-key" = { };
"/run/secrets/container/${name}".isReadOnly = false;
"/run/secrets/restic".isReadOnly = false;
"/run/secrets/healthchecks-ping-key".isReadOnly = false;
# State
${dataDirOf name}.isReadOnly = false;
"/var/lib/tailscale" = {
hostPath = "/var/lib/tailscale-${name}";