mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-03-01 05:04:47 +01:00
users.nix: ensure the group getting its gid set is vmailGroupName
This commit is contained in:
parent
47f742fb83
commit
8372b85369
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
|||
config = lib.mkIf enable {
|
||||
# set the vmail gid to a specific value
|
||||
users.groups = {
|
||||
vmail = { gid = vmailUIDStart; };
|
||||
"${vmailGroupName}" = { gid = vmailUIDStart; };
|
||||
};
|
||||
|
||||
# define all users
|
||||
|
|
Loading…
Add table
Reference in a new issue