open machine firewall for psql port

This commit is contained in:
2025-11-19 02:47:03 -06:00
parent 7fb910dbd4
commit efed7d0e81
+1 -1
View File
@@ -157,7 +157,7 @@
};
networking.firewall.allowedTCPPorts = lib.mkMerge [
(lib.mkIf opts.enable [ opts.dataPort ])
(lib.mkIf opts.enable [ opts.port ])
];
};
};