diff --git a/hosts/prismo/configuration.nix b/hosts/prismo/configuration.nix index d3d7469..41b7441 100644 --- a/hosts/prismo/configuration.nix +++ b/hosts/prismo/configuration.nix @@ -4,6 +4,11 @@ imports = [ ./hardware-configuration.nix ]; # Bootloader stuff + boot.kernelParams = [ + "quiet" + "splash" + "rd.systemd.show_status=false" + ]; boot.loader.systemd-boot = { enable = true; }; boot.loader.efi = { canTouchEfiVariables = true; };