make wo2w group existent
This commit is contained in:
parent
f91bf84570
commit
4ec6f344b3
1 changed files with 9 additions and 6 deletions
|
|
@ -1,12 +1,15 @@
|
|||
{ 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";
|
||||
# make new user logins (iso/vm/new machine) use a default password
|
||||
initialPassword = "1234";
|
||||
};
|
||||
groups.wo2w = {};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue