From 9492ce415cd8cd6fe8cf388c3566c61c04397939 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 2 Aug 2025 21:57:43 -0500 Subject: [PATCH] update autologin --- configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 79d5cc5..078156d 100755 --- a/configuration.nix +++ b/configuration.nix @@ -89,10 +89,6 @@ in services.displayManager.autoLogin.enable = true; services.displayManager.autoLogin.user = "free"; - # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 - systemd.services."getty@tty1".enable = true; - systemd.services."autovt@tty1".enable = true; - # Allow Flatpak services.flatpak.enable = true;