no splash

This commit is contained in:
mjallen18
2025-08-18 22:21:17 -05:00
parent 8a1714eeb6
commit 807e964f34

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
let
configLimit = 50;
kernel = pkgs.linuxPackages; # linuxPackages_latest;
@@ -35,6 +35,8 @@ in
consoleLogLevel = 3;
bootspec.enable = true;
plymouth.enable = lib.mkForce false;
initrd = {
kernelModules = [
"tpm"