nixos-config/justfile

10 lines
301 B
Makefile
Raw Normal View History

beleth-host := "root@88.99.90.90"
2024-07-01 16:08:13 +02:00
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}}
2024-07-01 16:08:13 +02:00
ssh {{beleth-user-host}} "cd; cd nixos-config; git pull; cd; sh build_website.sh"