diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 12:20:22 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 12:20:22 -0600 |
| commit | a27d981110e0912920de133839d0186c42286029 (patch) | |
| tree | b6f16919bf030371030b5993b854e87bd03fd59b /rpi-base/defaults | |
| parent | 1cb30cc0aa4fda9bf0bac0b41ace862b1db434b8 (diff) | |
Base is rpi specific.
Diffstat (limited to 'rpi-base/defaults')
| -rw-r--r-- | rpi-base/defaults/main.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rpi-base/defaults/main.yaml b/rpi-base/defaults/main.yaml new file mode 100644 index 0000000..b26755a --- /dev/null +++ b/rpi-base/defaults/main.yaml @@ -0,0 +1,13 @@ +--- + +rpi_base_enable_wifi: True +rpi_base_timezone: "America/Chicago" +rpi_base_apt_packages: + - "log2ram" + - "fail2ban" + - "unattended-upgrades" + - "emacs-nox" + - "htop" + - "jq" + - "tree" + - "iperf3" |
