Add graphical installer image
This commit is contained in:
parent
073bba49e3
commit
d8aa22756d
2 changed files with 14 additions and 0 deletions
13
hosts/installer-graphical/configuration.nix
Normal file
13
hosts/installer-graphical/configuration.nix
Normal 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;
|
||||
}
|
1
hosts/installer-graphical/state.nix
Normal file
1
hosts/installer-graphical/state.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ }
|
Loading…
Add table
Add a link
Reference in a new issue