summary refs log tree commit diff
path: root/nixos/modules/services/networking/create_ap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/create_ap.nix')
-rw-r--r--nixos/modules/services/networking/create_ap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/create_ap.nix b/nixos/modules/services/networking/create_ap.nix
index 2fcf9b8a541..e772cf21ec5 100644
--- a/nixos/modules/services/networking/create_ap.nix
+++ b/nixos/modules/services/networking/create_ap.nix
@@ -8,7 +8,7 @@ let
 in {
   options = {
     services.create_ap = {
-      enable = mkEnableOption "setup wifi hotspots using create_ap";
+      enable = mkEnableOption (lib.mdDoc "setup wifi hotspots using create_ap");
       settings = mkOption {
         type = with types; attrsOf (oneOf [ int bool str ]);
         default = {};