Blacklist r8169 on desktop

This commit is contained in:
Username404-59 2026-07-02 19:04:15 +02:00
parent f9196f18e0
commit eb797005f7
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -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" {} ''