From 5c94d8d809c9b74c9dd5cdecc46b56755ccb8725 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 25 Jul 2024 04:25:07 -0700 Subject: [PATCH] snowhawk: enable avahi --- hosts/snowhawk/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index c5d471c..7d573e5 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -112,6 +112,8 @@ services.openssh.enable = true; services.openssh.openFirewall = true; + services.avahi.enable = true; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];