Add firewall config for kde connect

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-12 08:07:38 +01:00
parent 704136d0f5
commit 8066e7a3ac
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -7,4 +7,16 @@
layout = "de"; layout = "de";
xkbVariant = "neo"; xkbVariant = "neo";
}; };
networking.firewall.interfaces."wg0".allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
}
];
networking.firewall.interfaces."wg0".allowedUDPPortRanges = [
{
from = 1714;
to = 1764;
}
];
} }