From c22e3fb2ef53b3c01050d1af07df07a64bd4f5b6 Mon Sep 17 00:00:00 2001
From: Daniel Barlow <dan@telent.net>
Date: Wed, 12 Jun 2024 13:07:29 +0100
Subject: [PATCH] bodervm: remove usbutils until we can fix the udev dep

---
 bordervm-configuration.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bordervm-configuration.nix b/bordervm-configuration.nix
index 10022c41..e6bf6eae 100644
--- a/bordervm-configuration.nix
+++ b/bordervm-configuration.nix
@@ -122,7 +122,7 @@ in {
             socat
             tufted
             iptables
-            usbutils
+            # usbutils
             busybox
           ];
     security.sudo.wheelNeedsPassword = false;