per device bootloader config
This commit is contained in:
parent
66d555d3c4
commit
6bb1938330
3 changed files with 19 additions and 12 deletions
|
@ -8,6 +8,18 @@
|
|||
# Select kernel version
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
useOSProber = true;
|
||||
font = null;
|
||||
splashImage = null;
|
||||
};
|
||||
};
|
||||
|
||||
# Enable OpenGL
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue