From 7df03517211e83fdfddbd6b2b2dc63dad9f3bc75 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Mon, 19 Aug 2024 12:44:18 +0200 Subject: [PATCH] wg --- nixos/modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index 14b224e..a3c8bf4 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -156,7 +156,7 @@ top @ { inputs, moduleWithSystem, ... }: { peers = [ { publicKey = "5FiTLnzbgcbgQLlyVyYeESEd+2DtwM1JHCGz/32UcEU="; - allowedIPs = [ "10.0.0.1/32" ]; + allowedIPs = [ "0.0.0.0/0" "::/0" ]; endpoint = "37.205.13.29:51820"; persistentKeepalive = 25; }