summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/default.nix2
1 files changed, 2 insertions, 0 deletions
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;
53 53
54 nix.settings.auto-allocate-uids = mkForce false; 54 nix.settings.auto-allocate-uids = mkForce false;
55 55
56 services.getty.autologinUser = lib.mkForce null;
57
56 system.stateVersion = config.system.nixos.release; # No state in installer 58 system.stateVersion = config.system.nixos.release; # No state in installer
57 }; 59 };
58} 60}