mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: switch to new formatting
This commit is contained in:
parent
cc6d811c28
commit
2766a4197f
1 changed files with 5 additions and 2 deletions
|
|
@ -58,8 +58,11 @@
|
||||||
cpuFreqGovernor = lib.mkDefault "performance";
|
cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.logind.lidSwitchDocked = "ignore";
|
services.logind.settings.Login = {
|
||||||
services.logind.lidSwitch = "ignore";
|
HandleLidSwitch = "suspend";
|
||||||
|
HandleLidSwitchDocked = "ignore";
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [ "acpi_call" ];
|
kernelModules = [ "acpi_call" ];
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue