refactor:disable_watchdog

This commit is contained in:
dichgrem
2025-12-01 16:29:24 +08:00
parent 50185f2b0a
commit 21201ec897

View File

@@ -17,9 +17,19 @@
in in
with lib; { with lib; {
boot = { boot = {
bcache.enable = false; blacklistedKernelModules = [
"iTCO_wdt"
"iTCO_vendor_support"
"intel_pmc_bxt"
"mei"
"mei_hdcp"
"mei_me"
"mei_pxp"
"pstore"
"sp5100_tco"
"wdat_wdt"
];
consoleLogLevel = 2; # Only errors and warnings are displayed consoleLogLevel = 2; # Only errors and warnings are displayed
extraModprobeConfig = "blacklist mei mei_hdcp mei_me mei_pxp iTCO_wdt pstore sp5100_tco";
extraModulePackages = [ extraModulePackages = [
config.boot.kernelPackages.v4l2loopback # v4l2loopback is for OBS Virtual Cam Support config.boot.kernelPackages.v4l2loopback # v4l2loopback is for OBS Virtual Cam Support
]; ];