diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 15:25:51 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 15:25:51 +0100 |
commit | ddb5f85e2a518eda1645819646f59125bb33c336 (patch) | |
tree | dbd1ed554ae4196249b6590b6ebd0b4359fd7317 /modules/by-name/co/constants/module.nix | |
parent | modules/constants: Enforce the 0 to 400 limit (diff) | |
download | nixos-server-ddb5f85e2a518eda1645819646f59125bb33c336.zip |
modules/stalwart-mail: Assign uids and gids to the stalwart users
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index 67d1601..c55a736 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -35,7 +35,9 @@ redis-mastodon = 232; redis-peertube = 233; redis-rspamd = 234; + redis-stalwart-mail = 235; mastodon = 236; + stalwart-mail = 238; virtualMail = 240; acme = 328; dhcpcd = 329; |