From cbca403158a2b6f7130df177dd75a19ca2b8a12c Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 26 Jul 2024 16:04:13 +0000 Subject: [PATCH] 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 --- hosts/common/users/colin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/users/colin.nix b/hosts/common/users/colin.nix index ec56414a8..dd493cc10 100644 --- a/hosts/common/users/colin.nix +++ b/hosts/common/users/colin.nix @@ -117,5 +117,5 @@ # ''; sane.users.colin.default = true; - services.getty.autologinUser = "colin"; + services.getty.autologinUser = lib.mkDefault "colin"; }