Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(copyparty): set library unix permissions

Without these, Kavita cannot access files in the library properly

Changed files
+4
packetmix
systems
+4
packetmix/systems/teal/copyparty.nix
··· 123 "minion" 124 ]; 125 }; 126 }; 127 }; 128 };
··· 123 "minion" 124 ]; 125 }; 126 + 127 + chmod-f = "770"; 128 + chmod-d = "770"; 129 + gid = "974"; 130 }; 131 }; 132 };