fix: switch to new formatting

This commit is contained in:
Ahwx 2025-11-21 11:29:47 +01:00
parent cc6d811c28
commit 2766a4197f

View file

@ -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;