nixos-config/justfile

10 lines
301 B
Makefile

beleth-host := "root@88.99.90.90"
beleth-user-host:= "xqtc@88.99.90.90"
rebuild:
nh os switch . -- -vv
beleth:
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}
ssh {{beleth-user-host}} "cd; cd nixos-config; git pull; cd; sh build_website.sh"