diff --git a/nix/hosts/doloro/nixos.nix b/nix/hosts/doloro/nixos.nix index c151d95..457df97 100644 --- a/nix/hosts/doloro/nixos.nix +++ b/nix/hosts/doloro/nixos.nix @@ -37,10 +37,6 @@ in boot.loader.grub.efiSupport = true; boot.loader.grub.efiInstallAsRemovable = true; - programs.adb.enable = true; - services.avahi.enable = true; - services.avahi.publish.enable = true; - services.avahi.publish.userServices = true; nix.settings = { substituters = [ "https://nix-community.cachix.org"