From 08d31b74ecf81a1b668e20fd3c8cf0efeba42de0 Mon Sep 17 00:00:00 2001 From: Tom Hall Date: Wed, 25 Dec 2019 20:46:44 +0000 Subject: [PATCH] udev: fix option description The two file paths were changed from 10-local to 99-local, but only one of the descriptions was changed. --- nixos/modules/services/hardware/udev.nix | 4 ++-- 1 file 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 hwdb files. They'll be written - into file 10-local.hwdb. Thus they are - read before all other files. + into file 99-local.hwdb. Thus they are + read after all other files. ''; };