1
0

hosts/carbon: Disable mdns support

This commit is contained in:
2025-12-15 22:01:06 +01:00
parent 5fb579b9ed
commit 398fcc74b7
2 changed files with 0 additions and 18 deletions

View File

@@ -7,7 +7,6 @@
./dns.nix
./ds-lite-ncfttb.nix
./mdns.nix
./net-dsl.nix
./net-heimnetz.nix
./net-iot.nix

View File

@@ -1,17 +0,0 @@
{ pkgs, ... }:
{
services.avahi = {
enable = true;
nssmdns4 = true;
allowInterfaces = [
"net-heimnetz"
"net-iot"
];
reflector = true;
};
}