From b33f29824406c41d40d5edc7b8cca3b5ce15379e Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 25 Nov 2021 18:10:24 +0100 Subject: [PATCH] printing --- nixos/localcfg.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/localcfg.nix b/nixos/localcfg.nix index 78e3bfb..1b8d077 100644 --- a/nixos/localcfg.nix +++ b/nixos/localcfg.nix @@ -77,7 +77,11 @@ in services.printing = { enable = true; - drivers = [ pkgs.hplip ]; + drivers = [ pkgs.hplip pkgs.gutenprint pkgs.cnijfilter2 ]; + }; + services.avahi = { + nssmdns = true; + enable = true; }; hardware.opengl = {