diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-30 13:09:45 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-30 13:13:33 +0200 |
commit | facdbe215ae2221cd31003627901803baca5db8f (patch) | |
tree | b1c6c69b03cff2f42628e8c79e3dd823e5349f3d /modules/by-name/co/constants/module.nix | |
parent | modules/mail: Actually set the uid/gid of the virtualMail user (diff) | |
download | nixos-server-facdbe215ae2221cd31003627901803baca5db8f.zip |
modules/mail: Avoid changing the `virtualMail` user uid
We would need to set the `vmailUID` option to this value and even then some parts of SNM would still hardcode the default of 5000. Considering that we are in the process of phasing out SNM, this does not seem to be a worthwhile endeavour.
Diffstat (limited to 'modules/by-name/co/constants/module.nix')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index c55a736..d601e70 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -38,7 +38,6 @@ redis-stalwart-mail = 235; mastodon = 236; stalwart-mail = 238; - virtualMail = 240; acme = 328; dhcpcd = 329; nscd = 330; @@ -72,7 +71,6 @@ sshd stalwart-mail systemd-oom - virtualMail ; # Keep this sorted with `!sort --numeric-sort --key=2 --field-separator="="` |