aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-12 23:20:48 -0400
committerCraig Jennings <c@cjennings.net>2026-04-12 23:20:48 -0400
commit33ff55507895af2c29a20ec7e7e707d317cb8ef1 (patch)
tree054e03b3a29db459e87e1269e9f4ccc2500f83a4
parent3321f0fe09b545a7ae3cfd98a80111bb43c0e448 (diff)
downloadarchangel-33ff55507895af2c29a20ec7e7e707d317cb8ef1.tar.gz
archangel-33ff55507895af2c29a20ec7e7e707d317cb8ef1.zip
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.
-rw-r--r--.gitignore3
-rw-r--r--installer/velox-btrfs.conf.example (renamed from installer/velox-btrfs.conf)0
-rw-r--r--installer/velox-zfs.conf.example (renamed from installer/velox-zfs.conf)0
3 files changed, 3 insertions, 0 deletions
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
diff --git a/installer/velox-btrfs.conf b/installer/velox-btrfs.conf.example
index af7c0c0..af7c0c0 100644
--- a/installer/velox-btrfs.conf
+++ b/installer/velox-btrfs.conf.example
diff --git a/installer/velox-zfs.conf b/installer/velox-zfs.conf.example
index a309843..a309843 100644
--- a/installer/velox-zfs.conf
+++ b/installer/velox-zfs.conf.example