{ ... }: { imports = [ (import ./hardware-configuration.nix) ]; boot.loader = { efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot"; }; grub = { devices = [ "nodev" ]; efiSupport = true; enable = true; version = 2; useOSProber = true; }; }; }