I’ve installed my Umbrel fresh on a Linux laptop
It’s working beautifully, but how do I disable sleep when the lid is closed?
I’d like to run this laptop (which is dedicated to Umbrel) 24x7 and don’t want to keep the lid open.
At the moment, the second I close the lid, Umbrel goes to sleep
Just adding more info here in case it’s needed:
It’s an HP laptop and when running Ubuntu (where I had Umbrel installed in the past) I was able to disable the “sleep” function when the lid was closed.
I used the solution from this YT video that worked:
sudo nano /etc/systemd/logind.conf
Uncomment this line:
#HandleLidSwitch=suspend
And change it to:
HandleLidSwitch=ignore
Save, then do:
sudo service systemd-logind restart