Adjust NixOS config and tailscale setup

This commit is contained in:
2026-02-19 12:07:22 -08:00
committed by Kat Huang
parent 22486c4cf5
commit d6eef4c001
3 changed files with 6 additions and 5 deletions

View File

@@ -57,10 +57,10 @@ makeEnable config "myModules.tailscale" true {
fi
# First-time (or post-logout) login.
${pkgs.tailscale}/bin/tailscale up \\
--auth-key "file:$key_file" \\
--accept-dns=true \\
--operator=imalison \\
${pkgs.tailscale}/bin/tailscale up \
--auth-key "file:$key_file" \
--accept-dns=true \
--operator=imalison \
--timeout=60s
'';
};