From a0dc72b3b09ad0ca97ecd420951f1c52b6d7de3d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 25 Mar 2025 11:26:49 -0400 Subject: [PATCH] deploy: target public ip --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 6e26436..77aff2d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,2 @@ #!/bin/sh -nixos-rebuild switch --flake .#muffin --target-host root@server --build-host root@server --verbose +nixos-rebuild switch --flake .#muffin --target-host root@server-public --build-host root@server-public --verbose