nixfiles/nixos/profiles/graphical/kdeconnect.nix

11 lines
183 B
Nix

_: {
networking.firewall = rec {
allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
}
];
allowedUDPPortRanges = allowedTCPPortRanges;
};
}