fixing wg

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-19 12:27:22 +02:00
parent 80daeb3ba5
commit eaaf415299
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

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