Open firewall for Jellyfin

This commit is contained in:
Cameron Reed 2024-01-13 22:03:45 -07:00
parent 2a5d753f78
commit 81be244bb2

View File

@ -90,7 +90,10 @@ in {
}; };
# Enable Jellyfin # Enable Jellyfin
services.jellyfin.enable = true; services.jellyfin = {
enable = true;
openFirewall = true;
};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];