about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/labnet/labtop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index c36bca8a..65e3723d 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -107,7 +107,7 @@ in {
   networking.hostName = "labtop";
   networking.firewall = {
     allowedTCPPorts = [ 1337 2342 ];
-    allowedTCPPortRanges = [ { from = 8000; to = 8005 } ];
+    allowedTCPPortRanges = [ { from = 8000; to = 8005; } ];
     allowPing = true;
   };