remove with ports

This commit is contained in:
chaos 2024-07-20 13:12:02 +01:00
parent fd55b8ff6e
commit 1df130d203
No known key found for this signature in database

View file

@ -82,7 +82,7 @@
};
};
networking.firewall.allowedTCPPorts = with ports; [
networking.firewall.allowedTCPPorts = [
2222
];
}