firewall rules

This commit is contained in:
2025-11-23 19:03:19 -06:00
parent d85483490a
commit bcd776330c
+1 -1
View File
@@ -154,7 +154,7 @@
}; };
}; };
networking.firewall.allowedTCPPorts = lib.mkIf opts.enable opts.port; networking.firewall.allowedTCPPorts = lib.mkIf opts.enable [ opts.port] ;
}; };
}; };
}; };