From db344280114d363e27b76a25e391f8349ae5ab09 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 6 Oct 2023 01:23:46 +0200 Subject: [PATCH] Disable autologin --- hosts/thinkpad/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index fdddd17..a8baf04 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -38,7 +38,7 @@ ccr = { enable = true; - autologin = true; + autologin = false; # FIXME make true again after that getty autologins only for tty1 modules = [ "git-workspace" "cura"