From d1eaaebdba49bc98dd382ead88a03c70bca457ed Mon Sep 17 00:00:00 2001 From: ChristianBingman Date: Sat, 26 Oct 2024 18:57:15 -0500 Subject: [PATCH] Run nixfmt --- nixos/modules/services/hardware/usbipd.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nixos/modules/services/hardware/usbipd.nix b/nixos/modules/services/hardware/usbipd.nix index fb8ba05dcb7f98..9abede2c737b6f 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;