2
0
Fork 0
forked from pub-solar/os
os/hosts/niximg.nix

7 lines
174 B
Nix
Raw Normal View History

2020-01-03 22:06:31 -07:00
{ modulesPath, ... }: {
imports = [ ./NixOS.nix "${modulesPath}/installer/cd-dvd/iso-image.nix" ];
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
}