Commit e3a2b68372d6

Vincent Demeester <vincent@sbr.pm>
2025-04-25 11:29:00
systems/kyushu: fix VPN ip…
… it was different from the server 🤦. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 409acf8
Changed files (1)
systems
systems/kyushu/extra.nix
@@ -18,7 +18,7 @@
   services.wireguard = {
     enable = true;
     # FIXME get this from some globals
-    ips = [ "10.100.0.18/24" ];
+    ips = [ "10.100.0.19/24" ];
     endpoint = "167.99.17.238";
     endpointPublicKey = "+H3fxErP9HoFUrPgU19ra9+GDLQw+VwvLWx3lMct7QI=";
   };