summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/glasgow.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/glasgow.nix')
-rw-r--r--nixos/modules/hardware/glasgow.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/glasgow.nix b/nixos/modules/hardware/glasgow.nix
index f8ebb772c47b..e63aa8bdb4bd 100644
--- a/nixos/modules/hardware/glasgow.nix
+++ b/nixos/modules/hardware/glasgow.nix
@@ -9,7 +9,7 @@ in
enable = lib.mkOption {
type = lib.types.bool;
default = false;
- description = lib.mdDoc ''
+ description = ''
Enables Glasgow udev rules and ensures 'plugdev' group exists.
This is a prerequisite to using Glasgow without being root.
'';