about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix')
-rw-r--r--nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix b/nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix
index b5ade5ed5010..a7f023d26ce7 100644
--- a/nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix
+++ b/nixpkgs/nixos/modules/hardware/network/ath-user-regd.nix
@@ -14,7 +14,7 @@ in
   options.networking.wireless.athUserRegulatoryDomain = mkOption {
     default = false;
     type = types.bool;
-    description = ''
+    description = lib.mdDoc ''
       If enabled, sets the ATH_USER_REGD kernel config switch to true to
       disable the enforcement of EEPROM regulatory restrictions for ath
       drivers. Requires at least Linux ${linuxKernelMinVersion}.