diff options
author | Maximilien Richer <me@mricher.fr> | 2022-10-16 15:02:22 +0200 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2022-10-16 15:02:41 +0200 |
commit | 043c1957fd4054c0acab143d7e31e11674978efd (patch) | |
tree | 9718874d377b28d72d3ac9881717e7daa6885e53 /cluster/prod | |
parent | 0574c47e5f8da0e3cb68af0aa4ffe1775c94cad7 (diff) | |
download | nixcfg-043c1957fd4054c0acab143d7e31e11674978efd.tar.gz nixcfg-043c1957fd4054c0acab143d7e31e11674978efd.zip |
Fix typo on IP, add keys
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/cluster.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 740fe5b..3d960e4 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -69,7 +69,7 @@ site_name = "bespin"; publicKey = "pUIKv8UBl586O7DBrHBsb9BgNU7WlYQ2r2RSNkD+JAQ="; IP = "10.83.3.2"; - lan_endpoint = "192.168.5.234:33799"; + lan_endpoint = "192.168.5.134:33799"; endpoint = "bespin.site.deuxfleurs.fr:33732"; } { |