From dd627d08aba2124e80859a4526b298d580dbc418 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 26 Dec 2021 14:28:28 -0300 Subject: [PATCH] hosts: enable avahi reflection --- hosts/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 107c1fb8..b3aca906 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -90,6 +90,7 @@ workstation = true; userServices = true; }; + reflector = true; }; };