From 13a44671662f24e5c16ed83c986233a8c79fa259 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sun, 21 Dec 2025 13:36:33 +0000 Subject: [PATCH] Use hostname for alo-cloud-1 so deploys go over tailscale. --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4e90d81..f4e851e 100644 --- a/flake.nix +++ b/flake.nix @@ -193,7 +193,8 @@ }; }; alo-cloud-1 = { - hostname = "49.13.163.72"; + hostname = "alo-cloud-1"; + #hostname = "49.13.163.72"; profiles = { system = { user = "root";