{ config, ... }: { boot = { loader.systemd-boot = { enable = true; configurationLimit = 10; consoleMode = config.system.systemdBootConsoleMode; }; loader.efi.canTouchEfiVariables = true; }; }