From 36257b88baa227337e9ea70df9e8bb8318adafca Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Aug 2020 14:05:30 +0200 Subject: zeroconf: enable publishing The previous config only enabled looking up other hosts. Now other hosts can ping this one. --- system/settings/services/zeroconf.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'system/settings') diff --git a/system/settings/services/zeroconf.nix b/system/settings/services/zeroconf.nix index 0b428c54..98bde1da 100644 --- a/system/settings/services/zeroconf.nix +++ b/system/settings/services/zeroconf.nix @@ -4,6 +4,13 @@ enable = true; nssmdns = true; ipv6 = true; + publish = { + enable = true; + addresses = true; + domain = true; + userServices = true; + workstation = true; + }; }; systemd.services.avahi-daemon.wantedBy = lib.mkForce []; systemd.timers.avahi-daemon = { -- cgit 1.4.1