revert disabling autologin
This commit is contained in:
parent
f3e7591ca0
commit
f8d0a9d57a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ let
|
|||
user = import ./user.nix;
|
||||
in
|
||||
{
|
||||
services.getty.autologinUser = user.primary.userName;
|
||||
users.mutableUsers = false;
|
||||
users.users = {
|
||||
root.hashedPassword = user.root.hashedPassword;
|
||||
|
|
Loading…
Reference in a new issue