From 65f25fe3620a97fa842eb8ed070fb6caf6c3506e Mon Sep 17 00:00:00 2001 From: caem Date: Sat, 18 Jan 2025 16:16:53 +0100 Subject: [PATCH] 123f --- README.md | 9 +++++++-- install.sh | 3 --- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86b245c..0457f3e 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,16 @@ nix-shell # This will automatically install all dependencies from `shell.nix` git submodule set-url -- secrets ``` -4. Adjust the configuration to your needs. +4. Fetch your keys.txt. + +This step is very important, without it your system wont be able to boot. Make sure to place it in the root of +the `secrets/` directory. + +5. Adjust the configuration to your needs. Information about how the configuation is structured is available in the WIP section. -5. Run the installation script +6. Run the installation script ```sh ./install.sh --host --device ``` diff --git a/install.sh b/install.sh index 2600781..c92a9ea 100755 --- a/install.sh +++ b/install.sh @@ -65,9 +65,6 @@ args() { DOTNIX_DO_ONLY_BUILD=1 shift 1 ;; - "-k" | "--key") - shift 2 - ;; *) >&2 echo "Unrecognized argument '$1'. Run with --help to view accepted arguments." exit 1