chore: set avahi.enable to lib.mkForce true as it is being disabled by default for all networking-enabled machines

This commit is contained in:
Ahwx 2025-08-01 10:20:46 +02:00
parent 1d735c345a
commit 7e88abdfc1

View file

@ -26,7 +26,7 @@
# ^^ Needed to allow samba to automatically register mDNS records (without the need for an `extraServiceFile` # ^^ Needed to allow samba to automatically register mDNS records (without the need for an `extraServiceFile`
#nssmdns4 = true; #nssmdns4 = true;
# ^^ Not one hundred percent sure if this is needed- if it aint broke, don't fix it # ^^ Not one hundred percent sure if this is needed- if it aint broke, don't fix it
enable = true; enable = lib.mkForce true;
openFirewall = true; openFirewall = true;
}; };
samba-wsdd = { samba-wsdd = {