Skip to content

Instantly share code, notes, and snippets.

@raptium
Created September 18, 2021 02:29
Show Gist options
  • Select an option

  • Save raptium/a8acdf73f57ca536b2650414b3aaafb4 to your computer and use it in GitHub Desktop.

Select an option

Save raptium/a8acdf73f57ca536b2650414b3aaafb4 to your computer and use it in GitHub Desktop.
k3os config
#cloud-config
ssh_authorized_keys:
- github:raptium
boot_cmd:
- "echo Asia/Shanghai > /etc/timezone"
- "ln -vs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime"
ntp:
pools:
- cn.pool.ntp.org
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment