update README

This commit is contained in:
Daniel Langbein 2023-09-05 18:51:45 +02:00
parent 6c4b8ea7a7
commit 5664333970

View File

@ -21,12 +21,18 @@ During installation, select manual partitioning:
* 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
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
* https://superuser.com/a/1604695