fix permissions for media directories

This commit is contained in:
xunuwu 2025-05-29 08:20:44 +02:00
parent b11ff64f95
commit 8b23224b6b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 11 additions and 1 deletions

View file

@ -3,6 +3,8 @@
pkgs,
...
}: {
users.users.navidrome.extraGroups = ["media"];
services.navidrome = {
enable = true;
package = pkgs.navidrome.overrideAttrs {