diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-22 23:16:19 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-22 23:16:19 +0200 |
commit | c6d39b2d83cf588e1198ac3a2ae1893e276271f9 (patch) | |
tree | a3bf0d2a2dd02faf9d51ccd4c32b5ab1b35174ff /installer/default.nix | |
parent | 567c22812fe1fbe525f1732661d253b3902710a9 (diff) | |
download | nixos-c6d39b2d83cf588e1198ac3a2ae1893e276271f9.tar nixos-c6d39b2d83cf588e1198ac3a2ae1893e276271f9.tar.gz nixos-c6d39b2d83cf588e1198ac3a2ae1893e276271f9.tar.bz2 nixos-c6d39b2d83cf588e1198ac3a2ae1893e276271f9.tar.xz nixos-c6d39b2d83cf588e1198ac3a2ae1893e276271f9.zip |
...
Diffstat (limited to 'installer/default.nix')
-rw-r--r-- | installer/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/default.nix b/installer/default.nix index e9d9fa1a..d5e0fc07 100644 --- a/installer/default.nix +++ b/installer/default.nix | |||
@@ -57,6 +57,7 @@ with lib; | |||
57 | 57 | ||
58 | system.disableInstallerTools = false; | 58 | system.disableInstallerTools = false; |
59 | 59 | ||
60 | systemd.sysusers.enable = false; | ||
60 | system.stateVersion = config.system.nixos.release; # No state in installer | 61 | system.stateVersion = config.system.nixos.release; # No state in installer |
61 | }; | 62 | }; |
62 | } | 63 | } |