From 87ff751380b89ed4110c99440c51b264d3f698bd Mon Sep 17 00:00:00 2001 From: Mitsuo Makuda Date: Thu, 13 Nov 2025 23:16:47 +0000 Subject: [PATCH] Commented out autologin until can be fixed. --- nixos/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 37c0f9b..d5953fb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -103,10 +103,10 @@ }; services.xserver.displayManager.lightdm.enable = true; - services.displayManager.autoLogin = { - enable = true; - user = "nubfriedrice"; - }; + # services.displayManager.autoLogin = { + # enable = true; + # user = "nubfriedrice"; + # }; security.sudo.wheelNeedsPassword = false; programs.mtr.enable = true;