Don't suspend condoserver on lid close

This commit is contained in:
2023-02-18 13:09:42 -05:00
parent ca61b61773
commit 9b3415c18e

View File

@@ -419,6 +419,9 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# don't suspend on lid close
services.logind.lidSwitch = "ignore";
system.stateVersion = "22.11"; # Did you read the comment?
}))
];