{ config, pkgs, ... }: { boot.loader = { systemd-boot = { enable = true; editor = false; configurationLimit = 5; }; efi.canTouchEfiVariables = true; }; }