Files
nix-flake/modules/system/boot/grub-efi.nix
2026-01-28 11:41:51 +03:00

6 lines
169 B
Nix

{ ... } : {
boot.loader.grub.enable = true;
boot.loader.grub.device = "nodev";
boot.loader.grub.efiSupport = true;
boot.loader.efi.canTouchEfiVariables = true;
}