all repos — nixfiles @ f6e78e0b82d886b3b628912a750fcad2ae8ca596

System and user configuration, managed by nix and home-manager

nanopi: remove avahi
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 00:25:27 +0200
commit

f6e78e0b82d886b3b628912a750fcad2ae8ca596

parent

b52444517ce8f5e9b28838aa10f4ddc3fc014dda

1 files changed, 0 insertions(+), 16 deletions(-)

jump to
M system/nanopi.nixsystem/nanopi.nix
@@ -760,22 +760,6 @@ allow fd12:d04f:65d:42::0/56     '';
   };
 
-  services.avahi = {
-    enable = true;
-    nssmdns4 = true;
-    denyInterfaces = [ "wan0" "wwan0" "wlan0" ];
-    browseDomains = [
-      "alanpearce.eu"
-    ];
-    publish = {
-      enable = true;
-      hinfo = true;
-      addresses = true;
-      userServices = true;
-      workstation = true;
-    };
-  };
-
   services.samba = {
     enable = true;
     enableNmbd = false;