You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though it's an upstream issue, boot.initrd.systemd.enable defaults to false upstream, but here it's unavoidably boot.initrd.systemd.enable = true effectively breaking ISO install images here altogether, therefore I think it makes sense to track this issue here as well.
Tested version: accee00
Both image-installer-nixos-stable and image-installer-nixos-unstable are affected.
Attempting to set boot.initrd.systemd.enable = false; causes the following error on build attempt
Cross-posting NixOS/nixpkgs#327187 issue here.
Even though it's an upstream issue,
boot.initrd.systemd.enable
defaults tofalse
upstream, but here it's unavoidablyboot.initrd.systemd.enable = true
effectively breaking ISO install images here altogether, therefore I think it makes sense to track this issue here as well.Tested version: accee00
Both
image-installer-nixos-stable
andimage-installer-nixos-unstable
are affected.Attempting to set
boot.initrd.systemd.enable = false;
causes the following error on build attemptDependency on
system.etc.overlay.enable
seems to be coming fromprofiles/perlless.nix
nixos-images/nix/installer.nix
Line 35 in accee00
The text was updated successfully, but these errors were encountered: