From 89f6460e5e7c7ff34366aba887e454e3bb85997d Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Wed, 8 Jan 2025 16:01:47 +0100 Subject: [PATCH] ahorn: disable usbmuxd2 --- machines/ahorn/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/ahorn/configuration.nix b/machines/ahorn/configuration.nix index 95e1a9b7..e1840721 100644 --- a/machines/ahorn/configuration.nix +++ b/machines/ahorn/configuration.nix @@ -30,11 +30,6 @@ hardware.keyboard.qmk.enable = true; - services.usbmuxd = { - enable = true; - package = pkgs.usbmuxd2; - }; - # RTL-SDR # hardware.rtl-sdr.enable = true; # users.users.pinpox.extraGroups = [ "plugdev" ];