add config option for username
This commit is contained in:
parent
7bb5c421f6
commit
1b3e9b1b34
9 changed files with 13 additions and 13 deletions
|
@ -74,9 +74,9 @@
|
|||
displayManager.gdm.enable = true;
|
||||
};
|
||||
|
||||
users.users.twoneis = {
|
||||
users.users.${config.username}= {
|
||||
isNormalUser = true;
|
||||
description = "twoneis";
|
||||
description = config.username;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue