Skip to content

Commit

Permalink
Fixed JF permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Mar 17, 2024
1 parent 87c29cd commit 8717fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixarr/jellyfin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,13 @@ in
];

systemd.tmpfiles.rules = [
"d '${cfg.stateDir}' 0700 streamer root - -"
"d '${cfg.stateDir}' 0700 streamer root - -"
];

services.jellyfin = {
enable = cfg.enable;
user = "streamer";
group = "streamer";
group = "media";
openFirewall = cfg.openFirewall;
logDir = "${cfg.stateDir}/log";
cacheDir = "${cfg.stateDir}/cache";
Expand Down

0 comments on commit 8717fb0

Please sign in to comment.