From fc13c1cd7d81451e8d2b90291aef46fd78054072 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 13 Nov 2024 21:55:58 -0600 Subject: [PATCH] allow some more liberal port ranges on copernicus --- boxes/copernicus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/boxes/copernicus/default.nix b/boxes/copernicus/default.nix index ab05165..2404bee 100644 --- a/boxes/copernicus/default.nix +++ b/boxes/copernicus/default.nix @@ -117,6 +117,7 @@ allowedTCPPorts = [ 6000 ]; allowedTCPPortRanges = [ { from = 1714; to = 1764; } # KDE Connect + { from = 10000; to = 10100; } # temp stuff ]; allowedUDPPortRanges = [ { from = 1714; to = 1764; } # KDE Connect