diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index b6edf00..ab07163 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -20,6 +20,10 @@ # Enable networking networking.networkmanager.enable = true; + services.avahi = { + enable = true; + nssmdns4 = true; + }; # Set your time zone. time.timeZone = "Europe/Stockholm";