mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
#cloud-config
|
|
cloud_final_modules:
|
|
- [scripts-user, always]
|
|
hostname: ${hostname}
|
|
users:
|
|
- name: ${linux_user}
|
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
|
shell: /bin/bash
|