sonarr: create needed datadir

This commit is contained in:
ibizaman 2026-03-09 10:50:50 +01:00
parent 5bd7b93883
commit 6c27935101

View file

@ -460,6 +460,10 @@ in
isSSOEnabled = !(isNull cfg'.authEndpoint);
in
{
systemd.tmpfiles.rules = [
"d ${cfg'.dataDir} 0700 ${config.services.sonarr.user} ${config.services.sonarr.user}"
];
services.nginx.enable = true;
services.sonarr = {