diff --git a/common/networking.nix b/common/networking.nix index 6d703ec..f48008a 100644 --- a/common/networking.nix +++ b/common/networking.nix @@ -12,9 +12,18 @@ networking.enableIPv6 = true; + services.resolved.enable = true; services.avahi = { enable = true; nssmdns = true; + publish = { + enable = true; + addresses = true; + domain = true; + hinfo = true; + userServices = true; + workstation = true; + }; }; services.timesyncd.enable = true;