From 58bec2bca1dc9535e1cec7dad0bd63b6f3ac519a 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index c5d471c..f377bc2 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -111,6 +111,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; services.openssh.openFirewall = true; + services.avahi.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];