diff --git a/readme.md b/readme.md index 595589b..b36a2bf 100755 --- a/readme.md +++ b/readme.md @@ -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._