From c8a0c5d7bc29b0bb16256ae9ab40b8bb344c6be9 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Fri, 25 Sep 2026 19:52:09 -0700 Subject: init --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..96c2c25 --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +host := "kassouni@5.78.230.100" +config := "kassouni-net" + +deploy: + nixos-rebuild switch --flake .#{{config}} --target-host {{host}} --build-host {{host}} --sudo --ask-sudo-password + +ssh: + ssh {{host}} -- cgit v1.3.1