Commit fea84ba9330e

Vincent Demeester <vincent@sbr.pm>
2026-01-27 10:29:10
fix(aion): add navidrome user to users group
Allows navidrome to read music files in directories with 750 permissions owned by the users group. Fixes 82 albums in /neo/music/soundtrack not appearing in the library. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fa9a10f
Changed files (1)
systems
systems/aion/extra.nix
@@ -51,6 +51,9 @@ in
 
   users.users.vincent.linger = true;
 
+  # Allow navidrome to read music files owned by users group
+  users.users.navidrome.extraGroups = [ "users" ];
+
   # Age secrets for homepage widgets (API keys for *arr services on rhea)
   age.secrets = {
     "exportarr-sonarr-apikey" = {