fmt
This commit is contained in:
+4
-2
@@ -308,11 +308,13 @@ in {
|
||||
port = cfg.vpn.vpnTestService.port;
|
||||
protocol = "tcp";
|
||||
};
|
||||
accessibleFrom = [
|
||||
accessibleFrom =
|
||||
[
|
||||
"192.168.1.0/24"
|
||||
"192.168.0.0/24"
|
||||
"127.0.0.1"
|
||||
] ++ cfg.vpn.accessibleFrom ;
|
||||
]
|
||||
++ cfg.vpn.accessibleFrom;
|
||||
wireguardConfigFile = cfg.vpn.wgConf;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user