Add graphical installer image

This commit is contained in:
Vili Sinervä 2025-06-09 00:42:34 +03:00
parent 073bba49e3
commit d8aa22756d
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ nixpkgs-flake, ... }:
{
imports = [
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-graphical-combined.nix"
../../shared/base.nix
];
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
networking.wireless.enable = false;
#Many installs will need this, and it won't hurt either way
services.qemuGuest.enable = true;
}

View file

@ -0,0 +1 @@
{ }