-{code}
-
-
+ To apply new configuration changes, run the nixos-rebuild command. This evalutates your nix configuration, downloads any packages necessary,
+ and build the result.
+
+ nixos-rebuild switch
+
+ Activate new generation and make it default boot option
+
+ nixos-rebuild boot
+
+ Make new generation default boot option, don't activate until reboot
+
+ nixos-rebuild test
+
+ Activate new generation but don't make a boot option
+
+ nixos-rebuild build
+
+ Create a symlink called result pointing to the new generation
+
+ nixos-rebuild dry-acitvate
+
+ Don't actiave new changes, show the changes that would have been applied
+
+ nixos-rebuild build-vm
+
+ Create a QEMU VM of the resulting generation
+