From 0d77cf76984e49dfb6ecb9c652eaee4dc71e88ff Mon Sep 17 00:00:00 2001 From: kenny Date: Tue, 26 Aug 2025 22:55:01 +0300 Subject: [PATCH] services.logind.extraConfig has no longer effect --- hosts/puter/hardware-configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"];