[NixOS] Fix warnings

This commit is contained in:
2025-11-21 11:40:52 -08:00
parent bfd4a53b85
commit d98e7ae597
4 changed files with 19 additions and 7 deletions

View File

@@ -1,6 +1,4 @@
{ makeEnable, config, ... }:
makeEnable config "myModules.laptop" true {
services.logind = {
lidSwitchExternalPower = "ignore";
};
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
}