···1818 soulseek.description = "\n- running on NixOS and slskd\n- all files are compressed from FLAC/WAV to AAC with `fdk-aac -vbr 5` (essentially the best and most transparent AAC you can possibly get)\n- tagged and organized with beets\n\nthey/he | feel free to say hi, i don't check my messages super often though. enjoy the shares, and remember to try and support artists if you can :)";
1919 };
2020 };
2121-2222- users.groups.slskd.members = ["devin"];
2121+2222+ systemd.tmpfiles.rules = [
2323+ "Z /var/lib/slskd 0775 slskd slskd -"
2424+ ];
2525+2626+ users.groups.slskd.members = ["devin"];
2327}