mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Fix secret permissions in nextcloud container
This commit is contained in:
parent
2b03c5232e
commit
f0b4b627cc
3 changed files with 3 additions and 4 deletions
|
|
@ -10,8 +10,7 @@
|
|||
autoStart = true;
|
||||
ephemeral = true;
|
||||
bindMounts = {
|
||||
"/run/secrets/nextcloud/admin-password" = { };
|
||||
"/run/secrets/nextcloud/gmail-password" = { };
|
||||
"/run/secrets/nextcloud".isReadOnly = false;
|
||||
"/run/secrets/tailscale-auth-key" = { };
|
||||
"/data/nextcloud".isReadOnly = false;
|
||||
"/data/postgresql".isReadOnly = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue