diff --git a/README.md b/README.md new file mode 100644 index 0000000..e92d354 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# How to deploy this shit + +## Without Nix-Helper + +Switch active: `sudo nixos-rebuild --flake ~/nix-test#laptop switch` +Switch on reboot: `sudo nixos-rebuild --flake ~/nix-test#laptop boot` + +## With Nix-Helper + +Switch active: `nh os switch` +Switch on reboot: `nh os boot` \ No newline at end of file