Unverified Commit bb5370b8 authored by Izorkin's avatar Izorkin
Browse files

nixos/modules/installer/netboot/netboot-minimal: reduce closure size

parent 3e3367aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,8 @@ In addition to numerous new and upgraded packages, this release has the followin

- To reduce closure size in `nixos/modules/profiles/minimal.nix` profile disabled installation documentations and manuals. Also disabled `logrotate` and `udisks2` services.

- To reduce closure size in `nixos/modules/installer/netboot/netboot-minimal.nix` profile disabled load linux firmwares, pre-installing the complete stdenv and `networking.wireless` service.

- The minimal ISO image now uses the `nixos/modules/profiles/minimal.nix` profile.

- The `ghcWithPackages` and `ghcWithHoogle` wrappers will now also symlink GHC's
+3 −0
Original line number Diff line number Diff line
@@ -9,4 +9,7 @@
  ];

  documentation.man.enable = lib.mkOverride 500 true;
  hardware.enableRedistributableFirmware = lib.mkOverride 70 false;
  system.extraDependencies = lib.mkOverride 70 [];
  networking.wireless.enable = lib.mkOverride 500 false;
}