Skip to content

Commit

Permalink
feat(athebyne/jellyfin): make datadir rw
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jun 1, 2024
1 parent 3f95f83 commit 7bc4427
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions systems/athebyne/services/jellyfin.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{ config, ... }:

let
cfg = config.services.jellyfin;
in
{
services.jellyfin = {
enable = true;
Expand All @@ -9,6 +14,7 @@
ProcSubset = "pid";
ProtectHome = true;
ProtectSystem = "strict";
ReadWritePaths = [ cfg.dataDir ];
};

environment.persistence = {
Expand Down

0 comments on commit 7bc4427

Please sign in to comment.