about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-08-12 00:36:40 +0200
committerBaitinq <[email protected]>2025-08-12 00:36:40 +0200
commit6f66ec35056b9891af038c62f7447341462ba429 (patch)
treeebaab947710e3c92a5f33fc4aa4f563bc18a521c /hosts
parentHosts: Enable wifi for all hosts (diff)
downloadnixos-config-6f66ec35056b9891af038c62f7447341462ba429.tar.gz
nixos-config-6f66ec35056b9891af038c62f7447341462ba429.tar.bz2
nixos-config-6f66ec35056b9891af038c62f7447341462ba429.zip
Hosts: Enable usbmuxd for iphone tethering
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 740d223..de306ca 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -187,6 +187,7 @@
     irqbalance.enable = true;
     fwupd.enable = true;
     libinput.enable = false;
+    usbmuxd.enable = true;
   };
 
   programs = {