summaryrefslogtreecommitdiff
path: root/justfile
blob: 339a1c60a775657f1116dc5022f17987e9096252 (plain)
1
2
3
4
5
6
7
8
9
host := "kassouni@5.78.230.100"
port := "26802"
config := "kassouni-net"

deploy:
    nixos-rebuild switch --flake .#{{config}} --target-host {{host}} --build-host {{host}} --sudo --ask-sudo-password

ssh:
    ssh -p {{port}} {{host}}