Mess around with installer

This commit is contained in:
Michael Smith 2024-08-06 17:48:58 +02:00
parent 01e3c3a9b3
commit 13d02b0685

View File

@ -13,7 +13,7 @@ in
(modulesPath + "/profiles/installation-device.nix") (modulesPath + "/profiles/installation-device.nix")
]; ];
boot.loader.timeout = lib.mkForce 1; # boot.loader.timeout = lib.mkForce 0;
# Adds terminus_font for people with HiDPI displays # Adds terminus_font for people with HiDPI displays
console.packages = options.console.packages.default ++ [ pkgs.terminus_font ]; console.packages = options.console.packages.default ++ [ pkgs.terminus_font ];
@ -27,9 +27,6 @@ in
# USB booting # USB booting
isoImage.makeUsbBootable = true; isoImage.makeUsbBootable = true;
# Add Memtest86+ to the CD.
boot.loader.grub.memtest86.enable = true;
# An installation media cannot tolerate a host config defined file # An installation media cannot tolerate a host config defined file
# system layout on a fresh machine, before it has been formatted. # system layout on a fresh machine, before it has been formatted.
swapDevices = mkImageMediaOverride [ ]; swapDevices = mkImageMediaOverride [ ];