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 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
nixpkgs-flake,
|
||||
...
|
||||
}:
|
||||
{ lib, nixpkgs-flake, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${nixpkgs-flake}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
../../shared/base.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = (
|
||||
with pkgs;
|
||||
[
|
||||
cryptsetup
|
||||
]
|
||||
);
|
||||
|
||||
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
||||
networking.networkmanager.enable = lib.mkForce false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue