From 61b558505717f0a33adf84df39cc58a4288b1ebd Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Fri, 24 May 2024 08:42:31 -0400 Subject: [PATCH] Update tailscale IPs for cj --- machines/cj/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/cj/configuration.nix b/machines/cj/configuration.nix index f413970..1debded 100644 --- a/machines/cj/configuration.nix +++ b/machines/cj/configuration.nix @@ -132,12 +132,14 @@ virtualisation.oci-containers.containers = let ips = { - serverIP = "192.168.88.21"; # v4 address + # tailscale IP for IPV4 services + serverIP = "100.102.82.27"; # v4 address # link-local IP = fe80:${suffix} # external IP = ${externalprefix}:${suffix} #externalprefix = "2601:843:c200:20b"; #ipv6suffix = "223:24ff:fea9:a97"; + # IPV6 external IP should not need to use tailscale serverIP6 = "2601:843:c200:20b:223:24ff:fea9:a97"; # external IP #serverIP6 = "fe80::223:24ff:fea9:a97"; # link-local IP };