diff --git a/hwModules/common/laptop/default.nix b/hwModules/common/laptop/default.nix index 6d290ce9..346886a0 100644 --- a/hwModules/common/laptop/default.nix +++ b/hwModules/common/laptop/default.nix @@ -3,6 +3,10 @@ pkgs, ... }: { + boot.kernel.sysctl = { + "kernel.nmi_watchdog" = 0; + }; + services = { pipewire.wireplumber.extraConfig = { # Pipewire eats battery by never disabling the camera.