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