diff --git a/nixos/modules/services/hardware/usbipd.nix b/nixos/modules/services/hardware/usbipd.nix index c0a7c4c4fa90d..8d5fbeb4e31f6 100755 --- a/nixos/modules/services/hardware/usbipd.nix +++ b/nixos/modules/services/hardware/usbipd.nix @@ -25,7 +25,6 @@ in type = types.package; default = pkgs.linuxPackages_latest.usbip; description = "The kernel module package to install."; - example = config.boot.kernelPackages.usbip; }; devices = mkOption { type = types.listOf device;