about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-12-26 06:43:02 +0000
committerGitHub <noreply@github.com>2019-12-26 06:43:02 +0000
commitc5aacb235067a2303afc56b7e214cc4594946ae1 (patch)
tree0a82832a70a2f369df6832c3e11f459effd0b9d0 /nixos/modules/services
parente7ece2f6de3743fa8796b1b09fbf2ce80a8048f8 (diff)
parent08d31b74ecf81a1b668e20fd3c8cf0efeba42de0 (diff)
downloadnixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.tar
nixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.tar.gz
nixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.tar.bz2
nixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.tar.lz
nixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.tar.xz
nixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.tar.zst
nixlib-c5aacb235067a2303afc56b7e214cc4594946ae1.zip
Merge pull request #76514 from Thra11/fix-udev-hwdb-description
udev: fix option description
Diffstat (limited to 'nixos/modules/services')
-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.
         '';
       };