ahuston-0 9d8164f28d
update docker configs, upgrade postgres
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-11-02 23:59:38 -04:00

12 lines
98 B
Nix

{ ... }:
{
networking.firewall.allowedTCPPorts = [
8081
8082
8443
3000
];
}