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;
};
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"];