From 73db4cb3f6354e0bda720507e3b78f1aff972462 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 11 Jan 2026 10:52:17 +0000 Subject: [PATCH] Update common.nix --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index f69f40a..12b14ae 100644 --- a/common.nix +++ b/common.nix @@ -24,7 +24,7 @@ after = [ "multi-user.target" ]; }; boot.initrd.systemd.enable = true; - boot.blacklistedKernelModules = [ "serial8250" ]; + boot.initrd.verbose = false; ############################################################################# # Use latest kernel