fix iso building

This commit is contained in:
Adam Stephens 2024-05-14 16:25:22 -04:00
parent e2ed1ccd08
commit 39105d4fa7
No known key found for this signature in database

View file

@ -76,7 +76,12 @@
imports = [ "${toString modulesPath}/installer/cd-dvd/iso-image.nix" ];
nixpkgs.config.allowUnfree = true;
nixos-x13s.enable = true;
nixos-x13s = {
enable = true;
bluetoothMac = "02:68:b3:29:da:98";
};
isoImage = {
makeEfiBootable = true;
makeUsbBootable = true;