From 51a2e66b78042832d71b3025f80283eab771bc58 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 4 Nov 2025 09:21:31 +0000 Subject: [PATCH] feat(copyparty): set library unix permissions Change-Id: uxsuxonyymwnkuxpovpqvyxluzvzsysm Without these, Kavita cannot access files in the library properly --- packetmix/systems/teal/copyparty.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packetmix/systems/teal/copyparty.nix b/packetmix/systems/teal/copyparty.nix index 51b3551f..3abcf5f6 100644 --- a/packetmix/systems/teal/copyparty.nix +++ b/packetmix/systems/teal/copyparty.nix @@ -123,6 +123,10 @@ "minion" ]; }; + + chmod-f = "770"; + chmod-d = "770"; + gid = "974"; }; }; }; -- 2.43.0