forked from Yuka/c3h-nixfiles
change username nuc to c3h
This commit is contained in:
parent
70b89988a9
commit
5e29eb8e4e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
users.mutableUsers = false;
|
||||
users.users.nuc = {
|
||||
users.users.c3h = {
|
||||
isNormalUser = true;
|
||||
password = "c3h";
|
||||
extraGroups = [ "wheel" ];
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
displayManager.lightdm.enable = true;
|
||||
displayManager.autoLogin.enable = true;
|
||||
displayManager.autoLogin.user = "nuc";
|
||||
displayManager.autoLogin.user = "c3h";
|
||||
|
||||
desktopManager.mate.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue