[ns1] fix str->list.str
Check flake syntax / flake-check (push) Successful in 10m33s
Hydra callback / on_push (pull_request) Skipped
Hydra callback / on_pr (pull_request) Successful in 3m24s

This commit is contained in:
2026-09-11 09:04:56 +02:00
parent 0779a4b06d
commit e28dbf1cd9
+1 -1
View File
@@ -72,7 +72,7 @@ in
mtu = 1340; #seems to be necessary to proxypass nginx traffic through vpn
address = [ "${myPeer.address}/24" ];
autostart = cfg.autostart;
dns = peers.ns1.address;
dns = [peers.ns1.address];
listenPort = mkIf (myPeer.role == "server") myPeer.listenPort;
# This allows the wireguard server to route your traffic to the internet and hence be like a VPN