mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
Blacklist r8169 on desktop
This commit is contained in:
parent
f9196f18e0
commit
eb797005f7
@ -27,6 +27,10 @@ in
|
|||||||
# Laptop modules
|
# Laptop modules
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
boot.blacklistedKernelModules = [] ++ (if !isLaptop then [
|
||||||
|
"r8169"
|
||||||
|
] else []);
|
||||||
|
|
||||||
# CRU screen overclocking
|
# CRU screen overclocking
|
||||||
hardware.firmware = lib.mkIf (!isLaptop) [
|
hardware.firmware = lib.mkIf (!isLaptop) [
|
||||||
(pkgs.runCommandLocal "PHL-edid-77hz" {} ''
|
(pkgs.runCommandLocal "PHL-edid-77hz" {} ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user