From 11d99a0715cf201a660e33d911c953313fec3796 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 21 Sep 2025 20:34:58 -0700 Subject: add support for managing secrets with gnu stow --- nix/systems/installer/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nix/systems/installer/default.nix') diff --git a/nix/systems/installer/default.nix b/nix/systems/installer/default.nix index 6b63984..0341b0d 100644 --- a/nix/systems/installer/default.nix +++ b/nix/systems/installer/default.nix @@ -50,10 +50,6 @@ if [ "$(id -u)" -eq 0 ]; then exit 1 fi -gum style --border normal --margin "1" --padding "1 2" "Notice: if using full disk encryption, write to /tmp/secret.key first with your password." - -sleep 3 - cd "$HOME" ping -q -c1 google.com &>/dev/null && echo "online! Proceeding with the installation..." || nmtui -- cgit v1.3