From 57d42ee3c1f70f261018abfefd8f9b0d1f15dd1d Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 23 Aug 2023 18:12:01 -0700 Subject: [PATCH] change readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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._