{ ... }: { flake.modules.nixos.standardBoot = { pkgs, ... }: { boot = { loader = { efi.canTouchEfiVariables = true; systemd-boot = { enable = true; consoleMode = "auto"; configurationLimit = 5; }; }; tmp.cleanOnBoot = true; kernelPackages = pkgs.linuxPackages_latest; }; }; }