From 36bd8b84e119d29b40ff999395af0810ae1d38e4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:38:31 +0200 Subject: [PATCH] remove getty config Former-commit-id: 6a6e8acff499bb26c3f46c04ac9206e8ffbf4c8a --- nixos/sddm.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/sddm.nix b/nixos/sddm.nix index f64c688..842223b 100644 --- a/nixos/sddm.nix +++ b/nixos/sddm.nix @@ -61,12 +61,6 @@ in { }; }; - services.getty = { - autologinUser = null; - helpLine = lib.mkForce ""; - }; - systemd.services."getty@tty1".enable = false; - environment.systemPackages = [ sddm-astronaut ]; # To prevent getting stuck at shutdown