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 4fa2c2ab..e9d9fa1a 100644
--- a/installer/default.nix
+++ b/installer/default.nix
@@ -55,6 +55,8 @@ with lib;
55 55
56 services.getty.autologinUser = lib.mkForce null; 56 services.getty.autologinUser = lib.mkForce null;
57 57
58 system.disableInstallerTools = false;
59
58 system.stateVersion = config.system.nixos.release; # No state in installer 60 system.stateVersion = config.system.nixos.release; # No state in installer
59 }; 61 };
60} 62}