From a9d6afe9c3df4ef8bef2dd933b7c302754aca15e Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 10 Jan 2025 01:56:16 -0800 Subject: reformat more things --- live/iso.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'live') diff --git a/live/iso.nix b/live/iso.nix index da21878..dd50681 100644 --- a/live/iso.nix +++ b/live/iso.nix @@ -131,11 +131,6 @@ if [ "$(id -u)" -eq 0 ]; then exit 1 fi -if [ ! -f "/tmp/secret.key" ]; then - echo "ERROR: You must create a passphrase in /tmp/secret.key for full disk encryption." - exit 1 -fi - if [ ! -d "$HOME/toughnix/" ]; then cd $HOME git clone https://git.nullring.xyz/toughnix.git -- cgit