fix(deertopia): Jellyfin and Copyparty umasks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user