{ ... }: { flake.nixosModules.boot = { boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.consoleMode = "max"; boot.loader.efi.canTouchEfiVariables = true; boot.loader.timeout = 1; boot.consoleLogLevel = 0; boot.initrd.verbose = false; boot.initrd.enable = true; boot.plymouth.enable = true; boot.plymouth.theme = "bgrt"; }; }