mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
update README
This commit is contained in:
parent
0b857e0fc5
commit
e75b5f1b45
14
README.md
14
README.md
@ -23,6 +23,18 @@ During installation:
|
|||||||
|
|
||||||
## Update, build and switch
|
## Update, build and switch
|
||||||
|
|
||||||
|
Local (yodaTux):
|
||||||
|
|
||||||
|
```shell
|
||||||
|
niv update && colmena build --on yodaTux -v && colmena apply-local --sudo
|
||||||
|
```
|
||||||
|
|
||||||
|
Server:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
niv update && colmena build --on @server -v && colmena apply --on @server switch
|
||||||
|
```
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
|
|
||||||
* Updating NixOS. https://superuser.com/a/1604695
|
* Updating NixOS. https://superuser.com/a/1604695
|
||||||
@ -166,7 +178,7 @@ Configuration is done inside [hive.nix](hive.nix).
|
|||||||
Build config:
|
Build config:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
colmena build
|
colmena build -v
|
||||||
```
|
```
|
||||||
|
|
||||||
Apply to all non-local nodes:
|
Apply to all non-local nodes:
|
||||||
|
Loading…
Reference in New Issue
Block a user