diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index ef34577..c3a5acc 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -15,6 +15,7 @@ # plymouth boot eye candy boot.initrd.systemd.enable = true; + boot.kernelParams = [ "quiet" ]; boot.plymouth.enable = true; boot.plymouth.theme = "spinner";