change the user of jellyfin

This commit is contained in:
Osman Faruk Bayram 2025-02-07 16:45:08 +03:00
parent b17a9f9754
commit 552fe8cc55

View file

@ -17,6 +17,9 @@
services.jellyfin = {
enable = true;
openFirewall = true;
user = "osbm";
group = "users";
dataDir = "/home/osbm/.local/share/jellyfin";
};
networking.firewall.allowedTCPPorts = [8096];