Fix secret permissions in nextcloud container

This commit is contained in:
SebastianStork 2024-08-29 23:10:22 +02:00
parent 2b03c5232e
commit f0b4b627cc
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@
...
}:
{
systemd.tmpfiles.rules = [ "d /run/secrets/nextcloud/admin-password 400 nextcloud nextcloud -" ];
systemd.tmpfiles.rules = [ "z /run/secrets/nextcloud/admin-password 400 nextcloud nextcloud -" ];
services.postgresql.dataDir = "/data/postgresql";