avahi: disable because it's broken anyway

This commit is contained in:
Jurn Wubben 2025-08-19 01:10:54 +02:00
parent 7b178625b6
commit a49835fd9f
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{
# network discovery, mDNS
services.avahi = {
enable = true;
nssmdns4 = true;
publish = {
enable = true;
domain = true;
userServices = true;
};
};
}