Add Radarr
This commit is contained in:
parent
87dbe50e8c
commit
95734a8b73
1 changed files with 12 additions and 0 deletions
|
|
@ -231,6 +231,13 @@
|
||||||
LegalNotice.Accepted = true;
|
LegalNotice.Accepted = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
radarr = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstable.radarr;
|
||||||
|
settings = {
|
||||||
|
server.port = 15837;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
@ -262,6 +269,11 @@
|
||||||
"media"
|
"media"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
radarr = {
|
||||||
|
extraGroups = [
|
||||||
|
"media"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue