Commit e3a2b68372d6
Changed files (1)
systems
kyushu
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=";
};