Missing a Custom ISO for Local Installations #8

Merged
Bladesy merged 7 commits from feature/add-dk1-iso into master 2025-05-02 11:59:38 +01:00
Showing only changes of commit 14d7d5f4de - Show all commits

View File

@ -44,7 +44,10 @@
efiSupport = true; efiSupport = true;
device = "nodev"; device = "nodev";
}; };
efi.efiSysMountPoint = "/efi"; efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/efi";
};
}; };
extraModulePackages = with config.boot.kernelPackages; [rtl88xxau-aircrack]; extraModulePackages = with config.boot.kernelPackages; [rtl88xxau-aircrack];
}; };