123f
This commit is contained in:
parent
1e33cc88fc
commit
65f25fe362
2 changed files with 7 additions and 5 deletions
|
@ -92,11 +92,16 @@ nix-shell # This will automatically install all dependencies from `shell.nix`
|
||||||
git submodule set-url -- secrets <ssh uri to your repository>
|
git submodule set-url -- secrets <ssh uri to your repository>
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
Information about how the configuation is structured is available in the WIP section.
|
||||||
|
|
||||||
5. Run the installation script
|
6. Run the installation script
|
||||||
```sh
|
```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>
|
||||||
```
|
```
|
||||||
|
|
|
@ -65,9 +65,6 @@ args() {
|
||||||
DOTNIX_DO_ONLY_BUILD=1
|
DOTNIX_DO_ONLY_BUILD=1
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
"-k" | "--key")
|
|
||||||
shift 2
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
>&2 echo "Unrecognized argument '$1'. Run with --help to view accepted arguments."
|
>&2 echo "Unrecognized argument '$1'. Run with --help to view accepted arguments."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue