# This has not yet been tested. { config, pkgs, ... }: { # Bootloader. boot.loader = { grub = { enable = true; efiSupport = true; }; efi = { canTouchEfiVariables = true; }; }; }