diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix
index 83ab93bd7cf..50997bb9bb1 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.
'';
};