sonarr: create needed datadir
This commit is contained in:
parent
5bd7b93883
commit
6c27935101
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue