mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-28 03:50:34 +05:00
defines all users
This commit is contained in:
parent
a46bd3e27b
commit
afbbd810b1
@ -36,4 +36,7 @@ in
|
||||
users.groups = {
|
||||
vmail = { gid = vmail_id_start; };
|
||||
};
|
||||
|
||||
# define all users
|
||||
users.extraUsers = vmail_user ++ mail_user;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user