From 43c9825e49d25fbd2c19abcdeb8f73aee8be2a4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 May 2025 10:50:27 +0200 Subject: ... --- installer-profiles/cd-dvd.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'installer-profiles/cd-dvd.nix') diff --git a/installer-profiles/cd-dvd.nix b/installer-profiles/cd-dvd.nix index 45291bad..ac12d885 100644 --- a/installer-profiles/cd-dvd.nix +++ b/installer-profiles/cd-dvd.nix @@ -1,7 +1,13 @@ -{ flakeInputs, ... }: +{ flakeInputs, lib, ... }: { imports = [ "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix" ]; + + config = { + isoImage.squashfsCompression = "zstd -Xcompression-level 9"; + system.installer.channel.enable = false; + boot.loader.grub.memtest86.enable = lib.mkForce false; + }; } -- cgit v1.2.3