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, ... }:
|
||||
|
||||
{
|
||||
users = {
|
||||
users.wo2w = {
|
||||
isNormalUser = true;
|
||||
description = "${hostName}";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
users.users.wo2w = {
|
||||
isNormalUser = true;
|
||||
description = "${hostName}";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
|
||||
# make new user logins (iso/vm/new machine) use a default password
|
||||
initialPassword = "1234";
|
||||
};
|
||||
groups.wo2w = {};
|
||||
# make new user logins (iso/vm/new machine) use a default password
|
||||
initialPassword = "1234";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue