From 2428a9e1107cecd00ac24113269b1cac1eddddbd Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 5 Jun 2023 14:56:56 +0200 Subject: [PATCH] Baldur: switch avahi to new format --- baldur/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baldur/configuration.nix b/baldur/configuration.nix index ddaf992..292e614 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -40,7 +40,7 @@ avahi = { enable = true; openFirewall = true; - interfaces = [ "ztmjfdwjkp" ]; + allowInterfaces = [ "ztmjfdwjkp" ]; nssmdns = true; publish = { enable = true;