organized better
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
vpnSecretFile,
|
||||
vpn,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
@@ -8,7 +8,7 @@
|
||||
address = ["10.2.0.2/32"];
|
||||
# listenPort = 51820;
|
||||
# FIXME change privateKey to variable and add env (make sure it is inaccessible!)
|
||||
privateKeyFile = vpnSecretFile;
|
||||
privateKeyFile = vpn.vpnSecretFile;
|
||||
dns = ["10.2.0.1"];
|
||||
peers = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user