From 4309a3d14790aa2b5f5f200923c2e2d8bce7bf61 Mon Sep 17 00:00:00 2001 From: Youko Date: Thu, 21 Oct 2021 11:47:05 -0600 Subject: [PATCH] more to make it work? --- config/hosts/marisa.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/hosts/marisa.nix b/config/hosts/marisa.nix index 31ac1004..6d96fbbe 100644 --- a/config/hosts/marisa.nix +++ b/config/hosts/marisa.nix @@ -84,9 +84,9 @@ # Youko WG networking.wireguard.interfaces.wg-youko = { ips = [ - "10.42.68.1/32" + "10.42.68.1/24" ]; - listenPort = 51219; + listenPort = 51819; peers = [ { allowedIPs = [ @@ -97,6 +97,7 @@ ]; privateKeyFile = config.secrets.files.wg-youko-privkey.path; }; + networking.firewall.allowedUDPPorts = [ 51819 ]; kw.secrets.variables.wg-youko-privkey = { path = "secrets/wireguard";