diff --git a/morph/lib/make-monitoring.nix b/morph/lib/make-monitoring.nix index cc896a3ffd34274a686b445f064ce31bf6ca9dc9..892ef5add63d956edf2a46695005ef57564bd23a 100644 --- a/morph/lib/make-monitoring.nix +++ b/morph/lib/make-monitoring.nix @@ -30,7 +30,7 @@ services.private-storage.monitoring.vpn.server = { enable = true; - ips = [ "172.23.23.10/24" ]; + ips = [ "172.23.23.1/24" ]; }; system.stateVersion = stateVersion; diff --git a/nixos/modules/monitoring/vpn/client.nix b/nixos/modules/monitoring/vpn/client.nix index 1faa6d8a2babc15f6544016ba0022bd1e672b4b1..897d8e099cfcb9538677a70ca29487cea67a35b8 100644 --- a/nixos/modules/monitoring/vpn/client.nix +++ b/nixos/modules/monitoring/vpn/client.nix @@ -39,7 +39,7 @@ in { endpoint = lib.mkOption { type = lib.types.str; example = lib.literalExample "vpn.monitoring.private.storage:54321"; - default = "192.168.67.21:54321"; + default = "192.168.67.24:54321"; description = '' The address and port number of the server to establish the VPN with. '';