remove wo2w group actually
This commit is contained in:
parent
326b3ddb18
commit
84995e15bb
1 changed files with 6 additions and 9 deletions
|
|
@ -1,15 +1,12 @@
|
||||||
{ hostName, config, ... }:
|
{ hostName, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
users = {
|
users.users.wo2w = {
|
||||||
users.wo2w = {
|
isNormalUser = true;
|
||||||
isNormalUser = true;
|
description = "${hostName}";
|
||||||
description = "${hostName}";
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
|
||||||
|
|
||||||
# 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