hosts/common: downgrade the auto-login to lib.mkDefault
servo uses autologin as root, for the purpose of recovery. let it keep that for now
This commit is contained in:
@@ -117,5 +117,5 @@
|
||||
# '';
|
||||
|
||||
sane.users.colin.default = true;
|
||||
services.getty.autologinUser = "colin";
|
||||
services.getty.autologinUser = lib.mkDefault "colin";
|
||||
}
|
||||
|
Reference in New Issue
Block a user