diff options
| author | Baitinq <[email protected]> | 2025-08-12 00:36:40 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-12 00:36:40 +0200 |
| commit | 6f66ec35056b9891af038c62f7447341462ba429 (patch) | |
| tree | ebaab947710e3c92a5f33fc4aa4f563bc18a521c | |
| parent | Hosts: Enable wifi for all hosts (diff) | |
| download | nixos-config-6f66ec35056b9891af038c62f7447341462ba429.tar.gz nixos-config-6f66ec35056b9891af038c62f7447341462ba429.tar.bz2 nixos-config-6f66ec35056b9891af038c62f7447341462ba429.zip | |
Hosts: Enable usbmuxd for iphone tethering
| -rw-r--r-- | hosts/configuration.nix | 1 |
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 = { |