Based on the gentoo headscale one, but using the official amd64 binary, as a lame workaround for the "improved" 0.17+ NIX buildsystem. Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
14 lines
513 B
Diff
14 lines
513 B
Diff
diff --git a/config-example.yaml b/config-example.yaml
|
|
index d3d155e..a070c22 100644
|
|
--- a/config-example.yaml
|
|
+++ b/config-example.yaml
|
|
@@ -208,7 +208,7 @@ dns_config:
|
|
# Unix socket used for the CLI to connect without authentication
|
|
# Note: for local development, you probably want to change this to:
|
|
# unix_socket: /var/run/headscale.sock
|
|
-unix_socket: ./headscale.sock
|
|
+unix_socket: /run/headscale/headscale.sock
|
|
unix_socket_permission: "0770"
|
|
#
|
|
# headscale supports experimental OpenID connect support,
|