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