diff --git a/nixos/hosts/eidola/wireguard.nix b/nixos/hosts/eidola/wireguard.nix index 7246dbf..d7cc56e 100644 --- a/nixos/hosts/eidola/wireguard.nix +++ b/nixos/hosts/eidola/wireguard.nix @@ -14,7 +14,7 @@ publicKey = "OeIBzwOGYjQPU7co4MlNDqnARnJoICXMNam7TJWNBG0="; presharedKeyFile = config.sops.secrets."wireguard-psk".path; allowedIPs = ["10.193.0.0/16"]; - endpoint = "min.rip:49090"; + endpoint = "66.23.198.122:49090"; persistentKeepalive = 25; } ]; diff --git a/nixos/hosts/silver/configuration.nix b/nixos/hosts/silver/configuration.nix index 196bfe8..1f24bd8 100644 --- a/nixos/hosts/silver/configuration.nix +++ b/nixos/hosts/silver/configuration.nix @@ -4,7 +4,7 @@ ... }: let net = { - # TODO: hardcoding (this module *may* be a good place to store values like this, though) + # TODO: hardcoding address = "66.23.198.122"; prefixLength = 24; subnet = "255.255.255.0"; diff --git a/nixos/modules/nebula/default.nix b/nixos/modules/nebula/default.nix index 5f5d336..e4ee2f2 100644 --- a/nixos/modules/nebula/default.nix +++ b/nixos/modules/nebula/default.nix @@ -48,7 +48,7 @@ with lib; let }; }; baseClient = let - lhs = {"10.13.0.1" = ["min.rip:4242"];}; + lhs = {"10.13.0.1" = ["66.23.198.122:4242"];}; lhsInternal = attrNames lhs; in { lighthouses = lhsInternal;