From e28dbf1cd9b42b54582ee1ae29f097ef44f99fcd Mon Sep 17 00:00:00 2001 From: Ahtlon Date: Fri, 11 Sep 2026 09:04:56 +0200 Subject: [PATCH] [ns1] fix str->list.str --- machines/modules/malobeo/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/modules/malobeo/wireguard.nix b/machines/modules/malobeo/wireguard.nix index f42e22d..fcb040a 100644 --- a/machines/modules/malobeo/wireguard.nix +++ b/machines/modules/malobeo/wireguard.nix @@ -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