about summary refs log tree commit diff stats
path: root/modules/by-name/co
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-12 16:08:30 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-12 16:08:30 +0200
commit2a2e6a54e4e2b73a9017e634282ee7fef56c1faa (patch)
treee6fd2f1943b613c9fa72c4f2390fae1e1067c5ac /modules/by-name/co
parentmodules/stalwart-mail: Explicitly list out valid password hashes (diff)
downloadnixos-server-2a2e6a54e4e2b73a9017e634282ee7fef56c1faa.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.nix1
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 d6674bb..9db6445 100644
--- a/modules/by-name/co/constants/module.nix
+++ b/modules/by-name/co/constants/module.nix
@@ -81,6 +81,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;
     };