1
Fork 0

Do not shut down lapetus on lid closing

This commit is contained in:
Matei Adriel 2023-07-18 20:30:53 +03:00
parent cf255939d5
commit bc51766594
No known key found for this signature in database

View file

@ -24,4 +24,7 @@
# Bootloader # Bootloader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
# Do not suspend on lid closing
services.logind.lidSwitch = "ignore";
} }