aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/herra/network.nix')
-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;
}