Adjust minimal installer image

This commit is contained in:
Vili Sinervä 2025-06-09 00:39:57 +03:00
parent 7c0c87f4de
commit 073bba49e3
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -1,22 +1,10 @@
{ { lib, nixpkgs-flake, ... }:
pkgs,
lib,
nixpkgs-flake,
...
}:
{ {
imports = [ imports = [
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix" "${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
../../shared/base.nix ../../shared/base.nix
]; ];
environment.systemPackages = (
with pkgs;
[
cryptsetup
]
);
isoImage.squashfsCompression = "gzip -Xcompression-level 1"; isoImage.squashfsCompression = "gzip -Xcompression-level 1";
networking.networkmanager.enable = lib.mkForce false; networking.networkmanager.enable = lib.mkForce false;