feat(modules/users): add mainUser autologin
This commit is contained in:
parent
7cf01bb2d5
commit
0a325b14c5
1 changed files with 2 additions and 3 deletions
|
@ -5,10 +5,9 @@
|
|||
users.users."${config.system.mainUser}" = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "1";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
services.getty.autologinUser = config.system.mainUser;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue