change readme
This commit is contained in:
parent
f1fe7e38c6
commit
57d42ee3c1
1 changed files with 9 additions and 0 deletions
|
@ -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._
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue