summary refs log tree commit diff
path: root/nixos/modules/services/networking/lokinet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/lokinet.nix')
-rw-r--r--nixos/modules/services/networking/lokinet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/lokinet.nix b/nixos/modules/services/networking/lokinet.nix
index 0347c3b4329..f6bc314ed26 100644
--- a/nixos/modules/services/networking/lokinet.nix
+++ b/nixos/modules/services/networking/lokinet.nix
@@ -7,7 +7,7 @@ let
   configFile = settingsFormat.generate "lokinet.ini" (lib.filterAttrsRecursive (n: v: v != null) cfg.settings);
 in with lib; {
   options.services.lokinet = {
-    enable = mkEnableOption "Lokinet daemon";
+    enable = mkEnableOption (lib.mdDoc "Lokinet daemon");
 
     package = mkOption {
       type = types.package;