From ebd2f81c3f71b12c1471a213dd4d914deb485479 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 22:20:56 -0400 Subject: [PATCH] Reword --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index f00692a..5e0091e 100644 --- a/README.org +++ b/README.org @@ -64,6 +64,8 @@ The ~nixos-rebuild~ command updates the system so that it corresponds to the con | build | Build the new configuration, without activation, nor adding it to the boot menu | | build-vm | Build a script that starts a virtual machine with the desired configuration | +After making changes to the configuration the ~switch~ command will build and activate a new configuration. + #+BEGIN_SRC shell # Build and activate a new configuration. sudo nixos-rebuild switch --flake $FLAKE#$HOSTNAME