add readme with instructions for deployment

This commit is contained in:
Yisroel Baum 2026-04-06 21:57:26 +03:00
parent 41cec6b754
commit 6fa078202c
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

8
README.md Normal file
View file

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