chore: disable avahi as it doesn't work anyways

This commit is contained in:
Ahwx 2025-06-03 21:02:38 +02:00
parent ae99b36e63
commit 730364b7f8

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
services.avahi = {
enable = true;
enable = false;
nssmdns4 = true;
openFirewall = true;
};