Commit c44c1a9

HPCesia <me@hpcesia.com>
2025-06-11 13:01:40
fix(app): open kde connect ports
1 parent 32d8f46
Changed files (1)
modules
nixos
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