about summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/printing/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix
index 3b193eab..8676f4ff 100644
--- a/system/services/printing/default.nix
+++ b/system/services/printing/default.nix
@@ -4,6 +4,11 @@
   pkgs,
   ...
 }: {
+  services.avahi = {
+    enable = true;
+    nssmdns = true;
+    openFirewall =true;
+  };
   services.printing = {
     enable = true;
     webInterface = false; # don't enable the webinterface