Remove chef's endpoint, and change ceres to use an IP
Eelco Dolstra committed
Aug 19, 2019 at 22:13 UTC
14eaa5f01eed3b3af30f3320a72521c7d3d7dbfe
1 file changed
+3
-3
modules/wireguard.nix
+3
-3
@@ -15,14 +15,14 @@ let
15
16
chef = {
17
ip = "10.254.1.2";
18
- endpoint = "hydra.nixos.org";
19
- port = 51820;
18
+# endpoint = "hydra.nixos.org";
19
+# port = 51820;
20
publicKey = "Y/RHgJ7Znh9vyWlXd2g8p9Zz1YEE50TYgqDduluhjmU=";
21
};
22
23
ceres = {
24
ip = "10.254.1.3";
25
- endpoint = "ceres.nixos.org";
25
+ endpoint = "46.4.66.184";
26
port = 51820;
27
publicKey = "wkUjkjJtJ9yC1xh2pSbTfyuPkeUnvgxGIHFKxVCGJT8=";
28
};