From dbbf3719f9e742443853a0caed5c9175bcabc609 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 24 May 2017 14:51:51 +0200 Subject: [PATCH] Make office printer work. --- common.nix | 1 + theba.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/common.nix b/common.nix index a6dd36b..cffacd9 100644 --- a/common.nix +++ b/common.nix @@ -36,6 +36,7 @@ services.avahi.enable = true; # cups browsing support services.printing = { enable = true; + browsing = true; drivers = [ pkgs.hplip ]; }; # services.colord.enable = true; diff --git a/theba.nix b/theba.nix index 9dfb3e9..5a316fb 100644 --- a/theba.nix +++ b/theba.nix @@ -69,4 +69,6 @@ # time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern"; + services.avahi.nssmdns = true; + }