From d50daf9b33c7ea0eb1c32074e0c2aa5e9556ec70 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 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;