Open firewall for Jellyfin
This commit is contained in:
parent
2a5d753f78
commit
81be244bb2
@ -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 = [ ... ];
|
||||||
|
Loading…
Reference in New Issue
Block a user