Add firewall config for kde connect
This commit is contained in:
parent
704136d0f5
commit
8066e7a3ac
1 changed files with 12 additions and 0 deletions
|
@ -7,4 +7,16 @@
|
|||
layout = "de";
|
||||
xkbVariant = "neo";
|
||||
};
|
||||
networking.firewall.interfaces."wg0".allowedTCPPortRanges = [
|
||||
{
|
||||
from = 1714;
|
||||
to = 1764;
|
||||
}
|
||||
];
|
||||
networking.firewall.interfaces."wg0".allowedUDPPortRanges = [
|
||||
{
|
||||
from = 1714;
|
||||
to = 1764;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue