1
0
Fork 0
NixOS/hosts/greatyamada/services/_port-definitions.nix

21 lines
418 B
Nix

{
tcp = {
minecraft = 13914;
minecraft-fabric-prod-bluemap = 8100;
};
adguardhome-dns = 53;
adguardhome-http = 3001;
adguardhome-dhcp-udp = 67;
forgejo-http = 3000;
jellyfin-http = 8096;
koito = 4110;
navidrome-https = 4533;
nginx-https = 443;
ntfy-http = 2586;
pgadmin = 5050;
postgresql = 5432;
radicale-http = 5232;
searxng = 8888;
wireguard = 51820;
vaultwarden = 8222;
}