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

@ -1,5 +1,5 @@
{
systemd.tmpfiles.rules = [ "d /run/secrets/nextcloud/gmail-password 400 nextcloud nextcloud -" ];
systemd.tmpfiles.rules = [ "z /run/secrets/nextcloud/gmail-password 400 nextcloud nextcloud -" ];
services.nextcloud.settings = {
mail_smtpmode = "sendmail";