From e73d878b3fb14759e1a6f97662721d889680d372 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sat, 11 Jan 2025 13:00:51 +0100 Subject: [PATCH] hermit/configuration.nix: enable printing --- hosts/hermit/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 454fcc6..fe9fdfd 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -17,6 +17,11 @@ thermald.enable = true; auto-cpufreq.enable = true; printing.enable = true; + avahi = { + enable = true; + nssmdns4 = true; + openFirewall = true; + }; }; modules = {