summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/arbtt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/arbtt.nix')
-rw-r--r--nixos/modules/services/monitoring/arbtt.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/nixos/modules/services/monitoring/arbtt.nix b/nixos/modules/services/monitoring/arbtt.nix
index 8bf4f78cc72..f07ecc5d5dd 100644
--- a/nixos/modules/services/monitoring/arbtt.nix
+++ b/nixos/modules/services/monitoring/arbtt.nix
@@ -7,13 +7,7 @@ let
 in {
   options = {
     services.arbtt = {
-      enable = mkOption {
-        type = types.bool;
-        default = false;
-        description = lib.mdDoc ''
-          Enable the arbtt statistics capture service.
-        '';
-      };
+      enable = mkEnableOption (lib.mdDoc "Arbtt statistics capture service");
 
       package = mkOption {
         type = types.package;