workstation | no sleep on lock

This commit is contained in:
Don Harper 2023-03-05 11:16:45 -06:00
parent cc554d5c2f
commit 9efd12e1b0

View file

@ -232,6 +232,10 @@ in
services.tailscale.enable = true;
# create a oneshot job to authenticate to Tailscale
services.logind = {
lidSwitchExternalPower = "ignore";
lidSwitchDocked = "ignore";
};
systemd.services.tailscale-autoconnect = {
description = "Automatic connection to Tailscale";