From 659e90ad1b85eddee4b1d64afbcc0b1e4e8eef9f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 May 2026 08:17:36 -0500 Subject: refactor: drop dead variables from lib/config.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I dropped ENCRYPTION_ENABLED, SSH_ENABLED, and SSH_KEY — declarations with no readers anywhere in the project. The live names (NO_ENCRYPT, ENABLE_SSH) handle these settings instead. The example config files already reference those. --- installer/lib/config.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'installer') diff --git a/installer/lib/config.sh b/installer/lib/config.sh index 65703d0..a241e84 100644 --- a/installer/lib/config.sh +++ b/installer/lib/config.sh @@ -25,12 +25,9 @@ SELECTED_DISKS=() RAID_LEVEL="" WIFI_SSID="" WIFI_PASSWORD="" -ENCRYPTION_ENABLED=false ZFS_PASSPHRASE="" LUKS_PASSPHRASE="" ROOT_PASSWORD="" -SSH_ENABLED=false -SSH_KEY="" ############################# # Argument Parsing -- cgit v1.2.3