fix: Fix VPN network range
This commit is contained in:
parent
0c10a145c3
commit
d568aa0be1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
source = import ./moz-nm-hook.fish.nix {
|
source = import ./moz-nm-hook.fish.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
vpn_interface = "netmaker";
|
vpn_interface = "netmaker";
|
||||||
vpn_network = "10.231.190.1/24";
|
vpn_network = "10.231.190.0/24";
|
||||||
};
|
};
|
||||||
type = "basic";
|
type = "basic";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue