Enable avahi

This commit is contained in:
Natsu Kagami 2023-11-21 13:28:19 +01:00
parent f96e48e3b4
commit 35d27c09c2
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -12,6 +12,7 @@ let
users.users.${config.common.linux.username}.extraGroups = [ "adbusers" ];
};
ios = { config, pkgs, ... }: mkIf config.common.linux.enable {
services.avahi.enable = true;
services.usbmuxd.enable = true;
services.usbmuxd.package = pkgs.usbmuxd2;
environment.systemPackages = with pkgs; [