+26
-24
nixos/modules/installer/cd-dvd/channel.nix
+26
-24
nixos/modules/installer/cd-dvd/channel.nix
···-${lib.optionalString config.boot.initrd.systemd.enable "--option sandbox false"} # There's an issue with pivot_root
···+options.system.installer.channel.enable = (lib.mkEnableOption "bundling NixOS/Nixpkgs channel in the installer") // { default = true; };+${lib.optionalString config.boot.initrd.systemd.enable "--option sandbox false"} # There's an issue with pivot_root