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 123 "minion" 124 124 ]; 125 125 }; 126 + 127 + flags = { 128 + chmod_f = "770"; 129 + chmod_d = "770"; 130 + gid = "974"; 131 + }; 126 132 }; 127 133 }; 128 134 };