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 +``` +