diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index a7011d9..87b7763 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -66,16 +66,16 @@ withCalibration = true; }; - services.logind = { + #services.logind = { # lidSwitch = "ignore"; # lidSwitchDocked = "ignore"; # lidSwitchExternalPower = "ignore"; - extraConfig = '' - HandlePowerKey=ignore - HandleSuspendKey=ignore - ''; + # extraConfig = '' + # HandlePowerKey=ignore + # HandleSuspendKey=ignore + # ''; # This goes in the extraConfig section IdleAction=ignore - }; + #}; environment.systemPackages = with pkgs; [mbpfan thermald]; boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];