open machine firewall for psql port

This commit is contained in:
2025-11-19 02:45:45 -06:00
parent 4363814881
commit 7fb910dbd4
+4
View File
@@ -155,6 +155,10 @@
''; '';
}; };
}; };
networking.firewall.allowedTCPPorts = lib.mkMerge [
(lib.mkIf opts.enable [ opts.dataPort ])
];
}; };
}; };
}; };