Use r8125 driver on desktop

This commit is contained in:
Username404-59 2026-07-02 15:21:36 +02:00
parent 0ca7f35d37
commit 804e05f53b
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -12,6 +12,7 @@ in
] ++ (if !isLaptop then [ ] ++ (if !isLaptop then [
# Desktop modules # Desktop modules
nct6687d nct6687d
r8125
] else [ ] else [
# Laptop modules # Laptop modules
]); ]);
@ -21,6 +22,7 @@ in
] ++ (if !isLaptop then [ ] ++ (if !isLaptop then [
# Desktop modules # Desktop modules
"nct6687" # d disappears in actual module name "nct6687" # d disappears in actual module name
"r8125" # replaces r8169
] else [ ] else [
# Laptop modules # Laptop modules
]); ]);