From 0b4f9e988b65dd430404080449932c52b66192c5 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 3 Jun 2025 15:19:45 +0200 Subject: [PATCH] Change port also for deployment --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 90708c1..10c132c 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ { deployment = { targetHost = "188.40.66.217"; - targetPort = 23; + targetPort = 54222; targetUser = "root"; }; imports = [ @@ -58,7 +58,7 @@ { deployment = { targetHost = "157.90.133.118"; - targetPort = 23; + targetPort = 54222; targetUser = "root"; }; imports = [ @@ -84,7 +84,7 @@ { deployment = { targetHost = "88.99.218.181"; - targetPort = 23; + targetPort = 54222; targetUser = "root"; }; imports = [