From eb797005f70d02833556a902a10b74c41e3734c3 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Thu, 2 Jul 2026 19:04:15 +0200 Subject: [PATCH] Blacklist r8169 on desktop --- local.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.nix b/local.nix index b111490..5bad748 100644 --- a/local.nix +++ b/local.nix @@ -27,6 +27,10 @@ in # Laptop modules ]); + boot.blacklistedKernelModules = [] ++ (if !isLaptop then [ + "r8169" + ] else []); + # CRU screen overclocking hardware.firmware = lib.mkIf (!isLaptop) [ (pkgs.runCommandLocal "PHL-edid-77hz" {} ''