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; }