From 6cae072c7598b49e2a28d5fb78b24688a857ad16 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 22 Dec 2023 17:33:41 -0500 Subject: [PATCH] enable printing --- system/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/configuration.nix b/system/configuration.nix index c5e44fb..3dcd843 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -162,6 +162,14 @@ services.blueman.enable = true; + services.printing.enable = true; + + services.avahi = { + enable = true; + nssmdns = true; + openFirewall = true; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;