diff --git a/configuration.nix b/configuration.nix index 3189c94..c4886c9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -160,8 +160,10 @@ # Blocky DNS 53 ]; - # Or disable the firewall altogether. - # networking.firewall.enable = false; + + # Use systemd-resolved and set networkmanager to allow mdns + services.resolved.enable = true; + networking.networkmanager.connectionConfig."connection.mdns" = 2; # 2 == yes # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you