From 93643ae6b285fe2b5173f52298d1beb867a1edb5 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packetmix/systems/teal/copyparty.nix b/packetmix/systems/teal/copyparty.nix index 51b3551f..0079eb2a 100644 --- a/packetmix/systems/teal/copyparty.nix +++ b/packetmix/systems/teal/copyparty.nix @@ -123,6 +123,12 @@ "minion" ]; }; + + flags = { + chmod_f = "770"; + chmod_d = "770"; + gid = "974"; + }; }; }; }; -- 2.43.0