wireguard: add Graham's machines
I don't have reliable IPv4 addresses anymore, and wireguard to the bastion is probably just as if not more stable than the old jump method I used.
Graham Christensen committed
Dec 19, 2021 at 04:29 UTC
863ffba257074469339540f435fe163807f5c367
1 file changed
+14
modules/wireguard.nix
+14
@@ -105,6 +105,20 @@ let
105
enpdoint = "54.217.220.47";
106
port = 51820;
107
};
108
+
109
+ hyperchicken = {
110
+ # Graham's machine, since he's lost stable IPv4 addresses
111
+ publicKey = "sXj7LhGQBczgMhEvLewWgyHsmYMMg88vUsz1rrn7fWM=";
112
+ ip = "10.254.4.1";
113
+ port = 51820;
114
+ };
115
+
116
+ scruffy = {
117
+ # Graham's second machine, since he's lost stable IPv4 addresses
118
+ publicKey = "kamC5o3H6UhrfNZjxU6vqdHi3I1+KDOj9tMeuFjiIyk=";
119
+ ip = "10.254.4.2";
120
+ port = 51820;
121
+ };
122
};
123
124
peerable = selfHost: lib.filterAttrs (hostname: hostcfg: