workstation | no sleep on lock
This commit is contained in:
parent
cc554d5c2f
commit
9efd12e1b0
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue