mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-23 22:19:33 +01:00
update README
This commit is contained in:
parent
6c4b8ea7a7
commit
5664333970
@ -21,12 +21,18 @@ During installation, select manual partitioning:
|
|||||||
|
|
||||||
* https://nixos.wiki/wiki/Nixos-rebuild
|
* https://nixos.wiki/wiki/Nixos-rebuild
|
||||||
|
|
||||||
Directly change to new config and make it default:
|
Build new config, activate it and make it default:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo nixos-rebuild -I nixos-config=hosts/$(hostname)/configuration.nix switch
|
sudo nixos-rebuild -I nixos-config=hosts/$(hostname)/configuration.nix switch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or activate during next boot:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo nixos-rebuild -I nixos-config=hosts/$(hostname)/configuration.nix boot
|
||||||
|
```
|
||||||
|
|
||||||
## System updates
|
## System updates
|
||||||
|
|
||||||
* https://superuser.com/a/1604695
|
* https://superuser.com/a/1604695
|
||||||
|
Loading…
Reference in New Issue
Block a user