fix typo wg-client
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
wg-quick = {
|
||||
# enable = true;
|
||||
interfaces.wg0 = {
|
||||
adress = [ ("192.168.87." + builtins.toString(ip) + "/32")];
|
||||
address = [ ("192.168.87." + builtins.toString(ip) + "/32")];
|
||||
listenPort = 56878;
|
||||
privateKeyFile = "/root/wg.keys";
|
||||
dns = [ "192.168.178.108" ];
|
||||
|
||||
Reference in New Issue
Block a user