make wo2w group existent
This commit is contained in:
parent
f91bf84570
commit
4ec6f344b3
1 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
{ hostName, config, ... }:
|
{ hostName, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
users.users.wo2w = {
|
users = {
|
||||||
|
users.wo2w = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "${hostName}";
|
description = "${hostName}";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
|
@ -9,4 +10,6 @@
|
||||||
# make new user logins (iso/vm/new machine) use a default password
|
# make new user logins (iso/vm/new machine) use a default password
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
};
|
};
|
||||||
|
groups.wo2w = {};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue