From eaaf4152993da7c8b445940f4c657de805a38185 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Mon, 19 Aug 2024 12:27:22 +0200 Subject: [PATCH] fixing wg --- nixos/modules/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index ab99fad..14b224e 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -51,7 +51,6 @@ top @ { inputs, moduleWithSystem, ... }: { enable = true; blockFakenews = true; blockGambling = true; - blockSocial = true; }; }; }); @@ -157,7 +156,7 @@ top @ { inputs, moduleWithSystem, ... }: { peers = [ { publicKey = "5FiTLnzbgcbgQLlyVyYeESEd+2DtwM1JHCGz/32UcEU="; - allowedIPs = [ "0.0.0.0/0" "::/0" ]; + allowedIPs = [ "10.0.0.1/32" ]; endpoint = "37.205.13.29:51820"; persistentKeepalive = 25; }