Fix all the ISO

This commit is contained in:
Jimbo 2025-02-24 21:23:38 -05:00
parent ad2a03c7b9
commit 170f814b0b
2 changed files with 12 additions and 5 deletions

View file

@ -1,9 +1,9 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
{
boot = lib.mkIf config.system.desktop.enable {
plymouth.enable = true;
loader.timeout = 0;
consoleLogLevel = 0;
loader.timeout = lib.mkForce 0;
consoleLogLevel = lib.mkForce 0;
initrd.verbose = false;
kernelParams = [
"quiet"