aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/services/hardware/udev.nix
diff options
context:
space:
mode:
authorTom Hall <tahall256@protonmail.ch>2019-12-25 20:46:44 +0000
committerTom Hall <tahall256@protonmail.ch>2019-12-25 20:51:01 +0000
commit08d31b74ecf81a1b668e20fd3c8cf0efeba42de0 (patch)
tree85e3e66264b2b2ef5f09068361aa87c27e633350 /nixos/modules/services/hardware/udev.nix
parent1e8fa431222b732c509f110c7baf559e97178dd6 (diff)
udev: fix option description
The two file paths were changed from 10-local to 99-local, but only one of the descriptions was changed.
Diffstat (limited to '')
-rw-r--r--nixos/modules/services/hardware/udev.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix
index 83ab93bd7cfc..50997bb9bb1b 100644
--- a/nixos/modules/services/hardware/udev.nix
+++ b/nixos/modules/services/hardware/udev.nix
@@ -221,8 +221,8 @@ in
type = types.lines;
description = ''
Additional <command>hwdb</command> files. They'll be written
- into file <filename>10-local.hwdb</filename>. Thus they are
- read before all other files.
+ into file <filename>99-local.hwdb</filename>. Thus they are
+ read after all other files.
'';
};