2023-12-22 19:22:29 -08:00
|
|
|
#!/usr/bin/bash
|
2023-10-19 23:56:34 -07:00
|
|
|
|
2023-10-20 13:51:35 -07:00
|
|
|
# Enable NTP
|
|
|
|
timedatectl set-ntp true
|
2024-01-30 16:16:56 -08:00
|
|
|
|
|
|
|
# Allow Tailscale Control
|
2024-03-14 21:41:25 -07:00
|
|
|
tailscale set --operator="$(systemd-escape $1)"
|