services.logind.extraConfig has no longer effect

This commit is contained in:
2025-08-26 22:55:01 +03:00
parent eb49a0d4be
commit 0d77cf7698

View File

@@ -66,16 +66,16 @@
withCalibration = true; withCalibration = true;
}; };
services.logind = { #services.logind = {
# lidSwitch = "ignore"; # lidSwitch = "ignore";
# lidSwitchDocked = "ignore"; # lidSwitchDocked = "ignore";
# lidSwitchExternalPower = "ignore"; # lidSwitchExternalPower = "ignore";
extraConfig = '' # extraConfig = ''
HandlePowerKey=ignore # HandlePowerKey=ignore
HandleSuspendKey=ignore # HandleSuspendKey=ignore
''; # '';
# This goes in the extraConfig section IdleAction=ignore # This goes in the extraConfig section IdleAction=ignore
}; #};
environment.systemPackages = with pkgs; [mbpfan thermald]; environment.systemPackages = with pkgs; [mbpfan thermald];
boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"]; boot.blacklistedKernelModules = ["b43" "ssb" "brcmfmac" "brcmsmac" "bcma"];