wow
This commit is contained in:
parent
6ad3f123b7
commit
9bbceb15fd
9 changed files with 43 additions and 16 deletions
|
|
@ -9,12 +9,13 @@ let
|
|||
mailSecret = key: {
|
||||
sopsFile = ../secrets/mailserver.yaml;
|
||||
inherit key;
|
||||
owner = "nginx";
|
||||
group = "nginx";
|
||||
# The OAuth client credentials are read by Roundcube's PHP-FPM pool,
|
||||
# which runs as the dedicated `roundcube` user (not nginx).
|
||||
owner = "roundcube";
|
||||
group = "roundcube";
|
||||
mode = "0440";
|
||||
restartUnits = [
|
||||
"phpfpm-roundcube.service"
|
||||
"dovecot.service"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue