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}" = {
|
users.users."${config.system.mainUser}" = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "1";
|
initialPassword = "1";
|
||||||
extraGroups = [
|
extraGroups = [ "wheel" ];
|
||||||
"wheel"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
services.getty.autologinUser = config.system.mainUser;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue