{ flake.nixosModules.bootloader = { ... }: { boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.configurationLimit = 10; boot.loader.timeout = 0; }; }