From 987a988332fced41cc1dee44a6ff40c8aa117555 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 6 Jan 2025 00:19:17 +0100 Subject: [PATCH] fix: avahi zeroconf mein arsch --- config/basic/net.nix | 4 ++++ flake.lock | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config/basic/net.nix b/config/basic/net.nix index 6439224..e9d0726 100644 --- a/config/basic/net.nix +++ b/config/basic/net.nix @@ -25,6 +25,10 @@ ipv6 = true; nssmdns4 = true; nssmdns6 = true; + publish = { + enable = true; + addresses = true; + }; }; # Do not take down the network for too long when upgrading, diff --git a/flake.lock b/flake.lock index f00a3b0..76f2f5e 100644 --- a/flake.lock +++ b/flake.lock @@ -1442,11 +1442,11 @@ "treefmt-nix": "treefmt-nix_3" }, "locked": { - "lastModified": 1736086096, - "narHash": "sha256-dfPOYcPFMJaiua7b+mLmHdM+5e0iu5kN6J5CsLn9wjs=", + "lastModified": 1736118316, + "narHash": "sha256-H1Ep8rc0FPizkFRAN8t33iSNSS92SHxdM2kR8DCACAU=", "ref": "refs/heads/main", - "rev": "f50ec426de55f4a0ecf11c504eeec3634e5e58ac", - "revCount": 15, + "rev": "b8e6b75ea5cf4ff9608ae1a734bf23dd7c66d38f", + "revCount": 16, "type": "git", "url": "https://forge.lel.lol/patrick/mdns-repeater.git" },