mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-11 15:40:14 +00:00
8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
# Enable NTP
|
|
timedatectl set-ntp true
|
|
|
|
# Allow Tailscale Control
|
|
tailscale set --operator="$(systemd-escape $1)"
|