From 7e88abdfc1e458054777659e3dbfbcdcaf3e01a4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 1 Aug 2025 10:20:46 +0200 Subject: [PATCH] chore: set `avahi.enable` to `lib.mkForce true` as it is being disabled by default for all networking-enabled machines --- modules/services/nfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nfs.nix b/modules/services/nfs.nix index 5391100..f49ee2e 100644 --- a/modules/services/nfs.nix +++ b/modules/services/nfs.nix @@ -26,7 +26,7 @@ # ^^ Needed to allow samba to automatically register mDNS records (without the need for an `extraServiceFile` #nssmdns4 = true; # ^^ 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; }; samba-wsdd = {