{ modulesPath, ... }: { imports = [ (modulesPath + "/installer/sd-card/sd-image.nix") ]; config = { isoImage.makeEfiBootable = true; isoImage.makeUsbBootable = true; # TODO: image based appliance? }; }