From 0fc867b1a9a42741301adab5d548659fe556dac5 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 26 Sep 2025 22:53:49 -0400 Subject: [PATCH] updated mal config to add mdns --- dot_config/flake/machines/mal/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_config/flake/machines/mal/configuration.nix b/dot_config/flake/machines/mal/configuration.nix index 9a267e2..75f56c9 100644 --- a/dot_config/flake/machines/mal/configuration.nix +++ b/dot_config/flake/machines/mal/configuration.nix @@ -49,9 +49,7 @@ in { }; networking.hostName = "mal"; # Define your hostname. - # Pick only one of the below networking options. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + services.dnsmasq.enable = true; # Set your time zone. # time.timeZone = "Europe/Amsterdam";