porcorosso: blocklist r8152/r8153_ecm

This commit is contained in:
Luke Granger-Brown 2022-04-03 19:47:19 +01:00
parent b40f3435f4
commit f8f5d48eec

View file

@ -46,6 +46,14 @@ in {
"abi.vsyscall32" = "0";
};
boot.blacklistedKernelModules = [
# TODO(lukegb): remove this again
# For reasons unknown, at the moment, the firmware keeps getting reloaded every 10 seconds or so, resulting in a brief stutter and
# "r8152 6-2.4:1.0: load rtl8153b-2 v1 10/23/19 successfully"
# This driver is used for the Ethernet port on my USB4 dock, so let's drop this for now.
"r8153_ecm" "r8152"
];
my.rundeck.expectedOnline = false;
fileSystems = let