close jellyfin port

This commit is contained in:
Ingolf Wagner 2024-01-02 06:07:08 +01:00
parent 30c0d459c8
commit cc8f610382
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -3,7 +3,7 @@
services.jellyfin = {
enable = true;
openFirewall = true;
openFirewall = false;
group = "media";
user = "media";
};