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:
2024-07-26 16:04:13 +00:00
parent 3b8d6c8587
commit cbca403158

View File

@@ -117,5 +117,5 @@
# '';
sane.users.colin.default = true;
services.getty.autologinUser = "colin";
services.getty.autologinUser = lib.mkDefault "colin";
}