mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +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
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue