about summary refs log tree commit diff
path: root/nixos/modules/services/networking/quagga.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/quagga.nix')
-rw-r--r--nixos/modules/services/networking/quagga.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/quagga.nix b/nixos/modules/services/networking/quagga.nix
index ac83da9206386..aab58cc77b90d 100644
--- a/nixos/modules/services/networking/quagga.nix
+++ b/nixos/modules/services/networking/quagga.nix
@@ -104,7 +104,6 @@ in
         enable = mkOption {
           type = types.bool;
           default = any isEnabled services;
-          example = true;
           description = ''
             Whether to enable the Zebra routing manager.