summaryrefslogtreecommitdiff
path: root/modules/nixfiles/radarr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/radarr.nix')
-rw-r--r--modules/nixfiles/radarr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/radarr.nix b/modules/nixfiles/radarr.nix
index f57efc9..1ed0747 100644
--- a/modules/nixfiles/radarr.nix
+++ b/modules/nixfiles/radarr.nix
@@ -7,7 +7,7 @@ with lib; let
cfg = config.nixfiles.modules.radarr;
in {
options.nixfiles.modules.radarr = {
- enable = mkEnableOption "Whether to enable Radarr.";
+ enable = mkEnableOption "Radarr";
domain = mkOption {
description = "Domain name sans protocol scheme.";