diff --git a/justfile b/justfile index 0f9346c..63b4aca 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,9 @@ 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"