mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
sets the vmail gid to a specific value
This commit is contained in:
parent
92f1fe01bb
commit
4a47a605e8
@ -31,4 +31,9 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
dovecot opendkim openssh postfix clamav rspamd rmilter
|
||||
];
|
||||
|
||||
# set the vmail gid to a specific value
|
||||
users.groups = {
|
||||
vmail = { gid = vmail_id_start; };
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user