From 5ae1b0a193315d44afb127fc84df783400f16f84 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 12 Jun 2024 20:58:13 +0100 Subject: [PATCH] Revert "bodervm: remove usbutils until we can fix the udev dep" This reverts commit c22e3fb2ef53b3c01050d1af07df07a64bd4f5b6. --- bordervm-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bordervm-configuration.nix b/bordervm-configuration.nix index e6bf6ea..10022c4 100644 --- a/bordervm-configuration.nix +++ b/bordervm-configuration.nix @@ -122,7 +122,7 @@ in { socat tufted iptables - # usbutils + usbutils busybox ]; security.sudo.wheelNeedsPassword = false;