Adding initial generic configs to systems

This commit is contained in:
2026-08-06 13:07:55 -04:00
parent 4ca24faf13
commit 662e6d30df
6 changed files with 165 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
base:
## Common stuff
'*':
# base system configuration; these need to run early and in a specific order
- timezone
- chrony
- openssh
- openssh.banner
- openssh.config
- vim
# keep this at the end of the common stuff since these are one-off installs
- packages