os/hosts/niximg.nix
Timothy DeHerrera 1c79781936
niximg: init iso configuration
Easily build the iso using `nix build $ISO` thanks to direnv.
2020-01-01 19:12:59 -07:00

9 lines
110 B
Nix

{
imports = [
./NixOS.nix
];
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
}