Add ISO build target

This commit is contained in:
Greg Hellings
2022-04-21 12:42:42 +00:00
parent 91dbef3d59
commit 8f71423fd9
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, nixpkgs, lib, ... }:
{
imports = [
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-base.nix"
];
networking.networkmanager.enable = lib.mkForce false;
}