Remove minimal installer image
This commit is contained in:
parent
b5b57bba09
commit
b098a007bf
5 changed files with 4 additions and 26 deletions
10
flake.nix
10
flake.nix
|
@ -78,13 +78,7 @@
|
|||
hydraJobs.hosts = builtins.mapAttrs (
|
||||
_: host: host.config.system.build.toplevel
|
||||
) self.nixosConfigurations;
|
||||
hydraJobs.isos =
|
||||
let
|
||||
hosts = self.nixosConfigurations;
|
||||
in
|
||||
{
|
||||
installer-graphical = hosts.installer-graphical.config.system.build.isoImage;
|
||||
installer-minimal = hosts.installer-minimal.config.system.build.isoImage;
|
||||
};
|
||||
|
||||
hydraJobs.isos.installer = self.nixosConfigurations.installer.config.system.build.isoImage;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{ lib, nixpkgs-flake, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
../../shared/base.nix
|
||||
];
|
||||
|
||||
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
||||
networking.networkmanager.enable = lib.mkForce false;
|
||||
|
||||
#Many installs will need this, and it won't hurt either way
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{ }
|
|
@ -1,13 +1,11 @@
|
|||
{ nixpkgs-flake, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-graphical-combined.nix"
|
||||
../../shared/base.nix
|
||||
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-graphical-combined.nix"
|
||||
];
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue