1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00

docs: properly write install instructions

This commit is contained in:
Thomas Boerger 2022-02-20 19:15:31 +01:00
parent d51224dc47
commit 7c5e30e205
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -25,7 +25,7 @@ chmod u=rw,g=,o= $HOME/.ssh/id_*
sudo nix-shell --packages nixUnstable
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tboerger/nixos-config/master/scripts/asgard-partitions)"
nixos-install --root /mnt --flake github:tboerger/nixos-config\#asgard
nixos-install --root /mnt --flake github:tboerger/nixos-config#asgard
```
### Updates
@ -35,7 +35,7 @@ otherwise there is still this long option to update the deployment:
```console
nixos-rebuild switch \
--flake github:tboerger/nixos-config\#asgard
--flake github:tboerger/nixos-config#asgard
```
## Utgard
@ -46,7 +46,7 @@ nixos-rebuild switch \
sudo nix-shell --packages nixUnstable
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tboerger/nixos-config/master/scripts/utgard-partitions)"
nixos-install --root /mnt --flake github:tboerger/nixos-config\#utgard
nixos-install --root /mnt --flake github:tboerger/nixos-config#utgard
```
### Updates
@ -56,7 +56,7 @@ otherwise there is still this long option to update the deployment:
```console
nixos-rebuild switch \
--flake github:tboerger/nixos-config\#utgard
--flake github:tboerger/nixos-config#utgard
```
## Security