diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 16:39:58 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-17 17:17:56 +0100 |
commit | 6664affaa0127123d9eeae54128f845246ec7194 (patch) | |
tree | fb0b5cd7c7d4bf2af64afbcd671ac105de76f146 /cluster/staging | |
parent | a3edbb4100c992f46a5d586d3f516ab012b9cab4 (diff) | |
download | nixcfg-6664affaa0127123d9eeae54128f845246ec7194.tar.gz nixcfg-6664affaa0127123d9eeae54128f845246ec7194.zip |
wgautomesh gossip secret file
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/cluster.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 788ac69..8629f3a 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -34,7 +34,7 @@ site_name = "corrin"; publicKey = "m9rLf+233X1VColmeVrM/xfDGro5W6Gk5N0zqcf32WY="; IP = "10.14.3.1"; - endpoint = "82.120.233.78:33721"; + #endpoint = "82.120.233.78:33721"; } { hostname = "df-pw5"; |