fix(deertopia): Jellyfin and Copyparty umasks

This commit is contained in:
Madeleine Sydney
2025-02-24 07:45:54 -07:00
parent c460157918
commit 4746fe5f37
2 changed files with 14 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ in {
openFirewall = true;
};
# HACK: Force the mode 664 upon Jellyfin-created files.
systemd.services.jellyfin.serviceConfig.UMask = lib.mkForce "002";
sydnix.deertopia.nginx.vhosts."watch".vhost =
# Currently no (convenient) way to specify Jellyfin's port from Nix.
let port = builtins.toString 8096;