mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-14 12:58:34 +05:00
fixes typo
This commit is contained in:
parent
4a47a605e8
commit
a46bd3e27b
@ -35,5 +35,5 @@ in
|
|||||||
# set the vmail gid to a specific value
|
# set the vmail gid to a specific value
|
||||||
users.groups = {
|
users.groups = {
|
||||||
vmail = { gid = vmail_id_start; };
|
vmail = { gid = vmail_id_start; };
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user