Commit c44c1a9
Changed files (1)
modules
nixos
base
modules/nixos/base/networking.nix
@@ -17,6 +17,20 @@
trustedInterfaces = [
"ElysianRealm"
];
+ allowedTCPPortRanges = [
+ {
+ # KDE Connect
+ from = 1714;
+ to = 1764;
+ }
+ ];
+ allowedUDPPortRanges = [
+ {
+ # KDE Connect
+ from = 1714;
+ to = 1764;
+ }
+ ];
};
# Use an NTP server located in the mainland of China to synchronize the system time