From 6519b3427835c2cc7a803379d13bf3a47b3144fa Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 21 Apr 2023 11:19:49 +0200 Subject: [PATCH] Add deploy recipe to justfile --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index b5bfaef..20e9559 100644 --- a/Justfile +++ b/Justfile @@ -5,4 +5,7 @@ diff: nvd diff /run/current-system ./result switch: - nixos-rebuild --flake .# --use-remote-sudo switch \ No newline at end of file + nixos-rebuild --flake .# --use-remote-sudo switch + +deploy HOST: + nix run ".#apps.nixinate.{{HOST}}"