services.logind.extraConfig has no longer effect
This commit is contained in:
@@ -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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user