This commit is contained in:
Akiyama Mizuki 2026-08-18 10:14:30 +09:00
commit 9bbceb15fd
9 changed files with 43 additions and 16 deletions

View file

@ -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"
];
};