From 19ba0510c89cfb5ecdef63becdbc24dddf210c5a Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 12 Nov 2025 21:07:02 +0000 Subject: [PATCH] clean(wivrn) --- nix/hosts/doloro/nixos.nix | 4 ---- 1 file changed, 4 deletions(-) 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"