open machine firewall for psql port
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = lib.mkMerge [
|
networking.firewall.allowedTCPPorts = lib.mkMerge [
|
||||||
(lib.mkIf opts.enable [ opts.dataPort ])
|
(lib.mkIf opts.enable [ opts.port ])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user