mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/radarr: fix comment
This commit is contained in:
parent
849af6b7ff
commit
d2a097ce89
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.my.services.radarr = with lib; {
|
options.my.services.radarr = with lib; {
|
||||||
enable = mkEnableOption "Sonarr for films management";
|
enable = mkEnableOption "Radarr for films management";
|
||||||
|
|
||||||
apiKeyFile = lib.mkOption {
|
apiKeyFile = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue