sets the vmail gid to a specific value
This commit is contained in:
parent
92f1fe01bb
commit
4a47a605e8
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue