common: move to modules, move some files out, modules: adjust dir structure
This commit is contained in:
parent
ed5f8c3ae6
commit
0bc9abc4c0
43 changed files with 86 additions and 83 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{ hostName, config, ... }:
|
||||
|
||||
{
|
||||
users.users.wo2w = {
|
||||
isNormalUser = true;
|
||||
description = "${hostName}";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
|
||||
# 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