diff --git a/nixos/modules/services/hardware/usbipd.nix b/nixos/modules/services/hardware/usbipd.nix index fb8ba05dcb7f9..9abede2c737b6 100755 --- a/nixos/modules/services/hardware/usbipd.nix +++ b/nixos/modules/services/hardware/usbipd.nix @@ -32,10 +32,12 @@ in type = types.listOf device; default = [ ]; description = "List of USB devices to watch and automatically export."; - example = [{ - productid = "xxxx"; - vendorid = "xxxx"; - }]; + example = [ + { + productid = "xxxx"; + vendorid = "xxxx"; + } + ]; }; openFirewall = mkOption { type = types.bool;