9 lines
110 B
Nix
9 lines
110 B
Nix
|
{
|
||
|
imports = [
|
||
|
./NixOS.nix
|
||
|
];
|
||
|
|
||
|
isoImage.makeEfiBootable = true;
|
||
|
isoImage.makeUsbBootable = true;
|
||
|
}
|