Adjust minimal installer image
This commit is contained in:
parent
7c0c87f4de
commit
073bba49e3
1 changed files with 1 additions and 13 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue