service/radarr: fix comment

This commit is contained in:
Felix Buehler 2023-10-16 23:05:03 +02:00
parent 849af6b7ff
commit d2a097ce89

View file

@ -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;