feat: add iso installer target (to be completed..)
This commit is contained in:
7
hosts/iso/configuration.nix
Normal file
7
hosts/iso/configuration.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, modulesPath, system, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
];
|
||||
nixpkgs.hostPlatform = system;
|
||||
}
|
||||
Reference in New Issue
Block a user