about summary refs log tree commit diff
path: root/nixos/modules/services/logging/fluentd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/logging/fluentd.nix')
-rw-r--r--nixos/modules/services/logging/fluentd.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/modules/services/logging/fluentd.nix b/nixos/modules/services/logging/fluentd.nix
index fe9f4b07e1622..7764aafb2d1af 100644
--- a/nixos/modules/services/logging/fluentd.nix
+++ b/nixos/modules/services/logging/fluentd.nix
@@ -12,11 +12,7 @@ in {
   options = {
 
     services.fluentd = {
-      enable = mkOption {
-        type = types.bool;
-        default = false;
-        description = lib.mdDoc "Whether to enable fluentd.";
-      };
+      enable = mkEnableOption (lib.mdDoc "fluentd");
 
       config = mkOption {
         type = types.lines;