change readme

This commit is contained in:
Reid 2023-08-23 18:12:01 -07:00
parent f1fe7e38c6
commit 57d42ee3c1

View file

@ -14,6 +14,15 @@ _Commands here will assume you are currently in the directory of the dotfiles._
```sh
sudo nixos-rebuild switch --flake ".#server"
```
- To update the system:
```sh
sudo nixos-rebuild switch --upgrade --flake ".#server"
```
- To test the system:
```sh
nix flake check
```
## Permissions
_Commands here will assume you are currently in the directory of the dotfiles._