fix typo wg-client

This commit is contained in:
2026-06-15 10:37:00 +02:00
parent 56d4fe4a3d
commit 3cf8aff4d9
+1 -1
View File
@@ -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" ];