From 33ff55507895af2c29a20ec7e7e707d317cb8ef1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 12 Apr 2026 23:20:48 -0400 Subject: security: gitignore host configs, add .example templates velox-{zfs,btrfs}.conf contain LUKS/ZFS passphrases and root passwords. Untrack them and add velox-*.conf to .gitignore. Committed .example templates show the expected structure with 'welcome' placeholders. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be56724..9b75c30 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ reference-repos/ docs/ todo.org inbox/ + +# Host-specific installer configs (contain secrets); see *.conf.example templates +installer/velox-*.conf -- cgit v1.2.3