From c53b1341b88d94a563128ef74bc244467897a911 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 20:00:13 +0200 Subject: [PATCH] rm getty --- deployment/check/common/targetNode.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployment/check/common/targetNode.nix b/deployment/check/common/targetNode.nix index 1a0c221d..609a3366 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -46,8 +46,6 @@ in enableIPv6 = false; }; - services.getty.autologinUser = lib.mkForce "root"; - ## Test VMs don't have a bootloader by default. # boot.loader = { # # GRUB enabled: installation of GRUB on /dev/disk/by-id/virtio-root failed: No such file or directory