From fdf8b08291acdf2c7a062b9ebe2926b6993722bf 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..b3c23001 100644 --- a/packetmix/systems/teal/copyparty.nix +++ b/packetmix/systems/teal/copyparty.nix @@ -123,6 +123,10 @@ "minion" ]; }; + + chmod_f = "750"; + chmod_d = "750"; + gid = "974"; }; }; }; -- 2.43.0