Disable avahi

This commit is contained in:
Natsu Kagami 2024-09-27 10:43:36 +02:00
parent a59fa31628
commit a1bd5600a9
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -12,7 +12,6 @@ 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; [