open minio ports for firewall

This commit is contained in:
Joseph Hanson 2024-12-31 09:29:59 -06:00
parent 267cb91ee8
commit 44319f3881

View file

@ -93,6 +93,14 @@ in
};
};
# Open minio ports for firewall
networking.firewall = {
allowedTCPPorts = [
9000 # console web interface
9001 # api interface
];
};
services = {
# Minio
minio = {