feat(copyparty): set library unix permissions #105

merged
opened by a.starrysky.fyi targeting main from private/minion/push-wznllvxvuqmz

Without these, Kavita cannot access files in the library properly

Changed files
+6
packetmix
systems
+6
packetmix/systems/teal/copyparty.nix
··· 123 "minion" 124 ]; 125 }; 126 }; 127 }; 128 };
··· 123 "minion" 124 ]; 125 }; 126 + 127 + flags = { 128 + chmod_f = "770"; 129 + chmod_d = "770"; 130 + gid = "974"; 131 + }; 132 }; 133 }; 134 };