summary refs log tree commit diff
path: root/nixos/modules/services/networking/ucarp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ucarp.nix')
-rw-r--r--nixos/modules/services/networking/ucarp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ucarp.nix b/nixos/modules/services/networking/ucarp.nix
index 7e8b1026db702..1214cec63f54d 100644
--- a/nixos/modules/services/networking/ucarp.nix
+++ b/nixos/modules/services/networking/ucarp.nix
@@ -28,7 +28,7 @@ let
   );
 in {
   options.networking.ucarp = {
-    enable = mkEnableOption "ucarp, userspace implementation of CARP";
+    enable = mkEnableOption (lib.mdDoc "ucarp, userspace implementation of CARP");
 
     interface = mkOption {
       type = types.str;