aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-01 15:40:39 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-01 15:40:39 +0200
commitdd33e629392f359ee04cc93e4fa113929056fa3d (patch)
treedd8f3d38b480489d3e13f3b48fde3a2816f97c42
parent3b5585e7d2e23f8d34c4ad9e0a6600cf4d646a74 (diff)
Fixed usbmuxd and enabled it as a service
-rw-r--r--hosts/herra/network.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/network.nix b/hosts/herra/network.nix
index d0e2b6b..eba91ed 100644
--- a/hosts/herra/network.nix
+++ b/hosts/herra/network.nix
@@ -1,6 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
libimobiledevice
- usbmuxd
];
+ services.usbmuxd.enable = true;
}