From a987627e7e6ca6dd764069f5026406aa2148f6e7 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Tue, 25 Feb 2025 17:06:23 -0700 Subject: [PATCH] feat(copyparty): Allow jellyfin-admins to move and delete files --- modules/nixos/deertopia/copyparty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/deertopia/copyparty.nix b/modules/nixos/deertopia/copyparty.nix index 9ca7f91..2816bac 100644 --- a/modules/nixos/deertopia/copyparty.nix +++ b/modules/nixos/deertopia/copyparty.nix @@ -40,6 +40,7 @@ in { path = "/persist/vault/jellyfin"; # View and upload, but no deleting. access.rw = "*"; + access.rwmd = "@jellyfin-admin"; }; }; };