tailscale: advertise configured hostname

This commit is contained in:
2026-07-09 15:13:14 -07:00
parent 4abbd0be82
commit dd18277bc2

View File

@@ -66,6 +66,7 @@ makeEnable config "myModules.tailscale" true {
if ! ${pkgs.tailscale}/bin/tailscale up \
--auth-key "file:$key_file" \
--accept-dns=true \
--hostname=${lib.escapeShellArg config.networking.hostName} \
--operator=imalison \
--timeout=60s; then
echo "tailscale-autoconnect: tailscale up failed; leaving manual login required" >&2