Update prowlarr.nix

This commit is contained in:
ediblerope 2026-01-22 10:48:10 +00:00 committed by GitHub
parent b1b182fe5d
commit a08178ec42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,18 +9,6 @@
openFirewall = true;
dataDir = "/var/lib/prowlarr";
user = "prowlarr";
group = "media";
};
# Media group is already created in qbittorrent-nox.nix
# Just make sure sonarr is in it
users.users.prowlarr = {
isSystemUser = true;
group = "media";
extraGroups = [ "media" ];
};
# Also add jellyfin to media group for reading
users.users.jellyfin.extraGroups = [ "media" ];
};
}