1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-18 21:51:38 +03:00
digga/hosts/niximg.nix
2020-01-01 19:45:49 -07:00

11 lines
184 B
Nix

{ modulesPath, ... }:
{
imports = [
./NixOS.nix
"${modulesPath}/installer/cd-dvd/iso-image.nix"
];
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
}