aboutsummaryrefslogtreecommitdiff
path: root/installer/velox-zfs.conf.example
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 /installer/velox-zfs.conf.example
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.
Diffstat (limited to 'installer/velox-zfs.conf.example')
-rw-r--r--installer/velox-zfs.conf.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/installer/velox-zfs.conf.example b/installer/velox-zfs.conf.example
new file mode 100644
index 0000000..a309843
--- /dev/null
+++ b/installer/velox-zfs.conf.example
@@ -0,0 +1,15 @@
+# velox - Unattended archangel installation config
+# Usage: archangel --config-file /root/velox.conf
+
+FILESYSTEM=zfs
+HOSTNAME=velox
+TIMEZONE=America/Chicago
+LOCALE=en_US.UTF-8
+KEYMAP=us
+
+DISKS=/dev/nvme0n1
+RAID_LEVEL=
+
+ZFS_PASSPHRASE=welcome
+ROOT_PASSWORD=welcome
+ENABLE_SSH=yes