fix: Fix VPN network range

This commit is contained in:
Tristan D. 2024-10-11 02:06:46 +02:00
parent 0c10a145c3
commit d568aa0be1
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -18,7 +18,7 @@
source = import ./moz-nm-hook.fish.nix {
inherit pkgs;
vpn_interface = "netmaker";
vpn_network = "10.231.190.1/24";
vpn_network = "10.231.190.0/24";
};
type = "basic";
}