30 lines
449 B
YAML
30 lines
449 B
YAML
#
|
|
# Essential
|
|
#
|
|
|
|
user: tudattr
|
|
timezone: Europe/Berlin
|
|
puid: "1000"
|
|
pgid: "1000"
|
|
pk_path: "/mnt/veracrypt1/genesis"
|
|
pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqc9fnzfCz8fQDFzla+D8PBhvaMmFu2aF+TYkkZRxl9 tuan@genesis-2022-01-20"
|
|
|
|
public_domain: tudattr.dev
|
|
internal_domain: seyshiro.de
|
|
|
|
#
|
|
# Packages
|
|
#
|
|
|
|
common_packages:
|
|
- build-essential
|
|
- curl
|
|
- git
|
|
- iperf3
|
|
- neovim
|
|
- rsync
|
|
- smartmontools
|
|
- sudo
|
|
- systemd-timesyncd
|
|
- tree
|