mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
docs: added chnum to readme
This commit is contained in:
parent
f8c4ac8171
commit
fe13c3d718
21
README.md
21
README.md
@ -15,7 +15,26 @@ cp /mnt/secrets/ssh/id_* $HOME/.ssh/
|
|||||||
chmod u=rw,g=,o= $HOME/.ssh/id_*
|
chmod u=rw,g=,o= $HOME/.ssh/id_*
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prepare
|
## Chnum
|
||||||
|
|
||||||
|
### Bootstrap
|
||||||
|
|
||||||
|
```console
|
||||||
|
sudo nix-shell --packages nixUnstable
|
||||||
|
|
||||||
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tboerger/nixos-config/master/scripts/chnum-partitions)"
|
||||||
|
nixos-install --root /mnt --flake github:tboerger/nixos-config#chnum
|
||||||
|
```
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
If the repository had been cloned you could just execute `make switch`,
|
||||||
|
otherwise there is still this long option to update the deployment:
|
||||||
|
|
||||||
|
```console
|
||||||
|
nixos-rebuild switch \
|
||||||
|
--flake github:tboerger/nixos-config#chnum
|
||||||
|
```
|
||||||
|
|
||||||
## Asgard
|
## Asgard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user