services: tailscale: Change back socket path.

Modified by accident.

* rosenthal/services/networking.scm (tailscale-configuration)[socket]: Change
back socket path.
trunk
Hilton Chain 3 weeks ago
parent e4b84dfa2c
commit b5f9128798
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 2
      rosenthal/services/networking.scm

@ -383,7 +383,7 @@ list, power save will be disabled."))
"Path to log file.") "Path to log file.")
(socket (socket
(string "/run/tailscale/tailscaled.sock") (string "/var/run/tailscale/tailscaled.sock")
"Path of the service UNIX socket.") "Path of the service UNIX socket.")
(state-directory (state-directory

Loading…
Cancel
Save