diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-12 16:08:30 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-23 12:10:28 +0200 |
commit | e48c609796a9f819e75eb05b7f4833f2d442cee7 (patch) | |
tree | 025f44cb5d4d073e170d62d61e86a9c33e180bb2 /modules/by-name/co | |
parent | modules/stalwart-mail: Explicitly list out valid password hashes (diff) | |
download | nixos-server-e48c609796a9f819e75eb05b7f4833f2d442cee7.zip |
modules/stalwart-mail: Allow both nginx and stalwart-mail access to the cert
This is needed for the http challenge (and for the potential to use nginx as a proxy in the future.)
Diffstat (limited to 'modules/by-name/co')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index 946776b..743ac65 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -85,6 +85,7 @@ # Keep this sorted with `!sort --numeric-sort --key=2 --field-separator="="` systemd-coredump = 151; # matches systemd-coredump user resolvconf = 333; # This group is not matched to an user? + stalwart-mail-certificates = 338; # This group is used to connect nginx and stalwart-mail # The gid should match the uid. Thus should not be >= 400; }; |