no splash

This commit is contained in:
mjallen18
2025-08-18 22:21:17 -05:00
parent 1f14f020ed
commit cd5c8a0034

View File

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