1
Fork 0
This commit is contained in:
caem 2025-01-19 19:50:43 +01:00
parent f330d50e86
commit e08ff9f815
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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 <ssh uri to your repository>
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 <your host> --device <the device to install NixOS on>
./install.sh --host [your host] --device [the device to install NixOS on]
```