From 11b008586d9ea3bae746cd33b92392bfed499947 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 11 Jan 2026 10:40:56 +0000 Subject: [PATCH] Update common.nix --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.nix b/common.nix index b1f5f58..f69f40a 100644 --- a/common.nix +++ b/common.nix @@ -23,7 +23,8 @@ wantedBy = lib.mkForce [ ]; after = [ "multi-user.target" ]; }; - boot.initrd.systemd.enable = true; # if not already enabled + boot.initrd.systemd.enable = true; + boot.blacklistedKernelModules = [ "serial8250" ]; ############################################################################# # Use latest kernel