{ lib, ... }: { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = lib.mkBefore [ "quiet" "splash" "rd.systemd.show_status=false" ]; }