From 532b564d9615084a9406248a2f841e3cc054e381 Mon Sep 17 00:00:00 2001 From: logical_code Date: Sun, 6 Jul 2025 22:15:30 -0400 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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