summary refs log tree commit diff
path: root/nixos/modules/services/torrent/flexget.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/torrent/flexget.nix')
-rw-r--r--nixos/modules/services/torrent/flexget.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/flexget.nix b/nixos/modules/services/torrent/flexget.nix
index 6ac85f8fa17..e500e02d861 100644
--- a/nixos/modules/services/torrent/flexget.nix
+++ b/nixos/modules/services/torrent/flexget.nix
@@ -39,7 +39,7 @@ in {
 
       systemScheduler = mkOption {
         default = true;
-        example = "false";
+        example = false;
         type = types.bool;
         description = "When true, execute the runs via the flexget-runner.timer. If false, you have to specify the settings yourself in the YML file.";
       };