mirror of
https://github.com/divnix/digga.git
synced 2024-12-29 19:34:29 +03:00
7 lines
174 B
Nix
7 lines
174 B
Nix
{ modulesPath, ... }: {
|
|
imports = [ ./NixOS.nix "${modulesPath}/installer/cd-dvd/iso-image.nix" ];
|
|
|
|
isoImage.makeEfiBootable = true;
|
|
isoImage.makeUsbBootable = true;
|
|
}
|