TESTING: llynx: grub

This commit is contained in:
Zynh Ludwig 2025-03-05 00:38:29 -08:00
parent 93a6b61f5d
commit 4763bd88e7

View file

@ -32,7 +32,12 @@
}];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
theme = pkgs.rose-pine-grub;
};
boot.loader.efi.canTouchEfiVariables = false;
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking