summary refs log tree commit diff
path: root/nixos/modules/services/networking/ostinato.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ostinato.nix')
-rw-r--r--nixos/modules/services/networking/ostinato.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ostinato.nix b/nixos/modules/services/networking/ostinato.nix
index 808ccdd4e0c..1e4dcf37f64 100644
--- a/nixos/modules/services/networking/ostinato.nix
+++ b/nixos/modules/services/networking/ostinato.nix
@@ -26,7 +26,7 @@ in
 
     services.ostinato = {
 
-      enable = mkEnableOption "Ostinato agent-controller (Drone)";
+      enable = mkEnableOption (lib.mdDoc "Ostinato agent-controller (Drone)");
 
       port = mkOption {
         type = types.int;