Missing a Custom ISO for Local Installations #8
@ -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];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user