1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-18 21:51:38 +03:00
digga/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;
}