From cd3c763cadbe887d5918f91619a836227d9e3846 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 14:30:15 +0200 Subject: ... --- installer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/default.nix b/installer/default.nix index ac7e8db0..4fa2c2ab 100644 --- a/installer/default.nix +++ b/installer/default.nix @@ -53,6 +53,8 @@ with lib; nix.settings.auto-allocate-uids = mkForce false; + services.getty.autologinUser = lib.mkForce null; + system.stateVersion = config.system.nixos.release; # No state in installer }; } -- cgit v1.2.3