From e08ff9f815878553473c87602e4570325bc10a37 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 19 Jan 2025 19:50:43 +0100 Subject: [PATCH] stuff --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 542988a..0471289 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ nix-shell # This will automatically install all dependencies from `shell.nix` 3. Update the submodule to use your secrets repository. ```sh -git submodule set-url -- secrets +git submodule set-url -- secrets [ssh uri to your repository] +git submodule sync +git submodule update --init --remote ``` 4. Fetch your keys.txt. @@ -104,6 +106,6 @@ Information about how the configuation is structured is available in the WIP sec 6. Run the installation script ```sh -./install.sh --host --device +./install.sh --host [your host] --device [the device to install NixOS on] ```