nixos-configuration/hosts/iron/ports.nix
2023-11-30 10:16:59 +00:00

19 lines
485 B
Nix

{ lib, custom-utils, ... }:
custom-utils.validatePortAttrset {
esphome.tcp = 6052;
home-assistant.tcp = 8123;
jellyfin.tcp = 8096;
matrix-synapse.tcp = 8008;
navidrome.tcp = 4533;
nginx-http.tcp = 80;
nginx-https.tcp = 443;
postfix-relay.tcp = 25;
postfix-submission.tcp = [ 465 587 ];
qbittorrent-torrent.tcp = 59832;
qbittorrent-webui.tcp = 8099;
radicale.tcp = 5232;
rmfakecloud.tcp = 3000;
unifi.tcp = 8443;
wireguard-public-ip-tunnel.udp = 51000;
}