From 6fa078202c4149e145be0c2da4fe84dc7318ad88 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 6 Apr 2026 21:57:26 +0300 Subject: [PATCH] add readme with instructions for deployment --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3c1b4a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +redeploy to home server using this command +``` shell +nixos-rebuild switch --flake .#nixos \ + --target-host nixos_home \ + --build-host nixos_home \ + --sudo --ask-sudo-password +``` +