1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-29 19:34:29 +03:00
digga/hosts/niximg.nix
2020-01-03 22:06:31 -07:00

7 lines
174 B
Nix

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