1
0

Compare commits

..

No commits in common. "d2ae13ec563f030a08ec94eb6bc93e6794922ac9" and "e31044b74dac872096629b41c03a5c0868c024b2" have entirely different histories.

2 changed files with 0 additions and 18 deletions

View File

@ -7,7 +7,6 @@
../../configuration/router ../../configuration/router
./dns.nix ./dns.nix
./mdns.nix
./net-dsl.nix ./net-dsl.nix
./net-gastnetz.nix ./net-gastnetz.nix
./net-heimnetz.nix ./net-heimnetz.nix

View File

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