From f77346ac610be58def5c302741ebdebd860b4082 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 16 Aug 2018 15:21:37 +0100 Subject: machines/titan: Replace gutenprint/hplip with foo2zjs I've set up a RPi to act as a print server, but the printers are configured as RAW, so the burden of having the correct drivers installed lies with the client, which is fine considering the current network setup. --- machines/devhell/titan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/devhell') diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix index 220495a0..16ad36d3 100644 --- a/machines/devhell/titan.nix +++ b/machines/devhell/titan.nix @@ -91,7 +91,7 @@ gnome3.gnome-keyring.enable = true; printing = { enable = true; - drivers = [ pkgs.gutenprint pkgs.hplip pkgs.cups-brother-hl1110 ]; + drivers = [ pkgs.foo2zjs pkgs.cups-brother-hl1110 ]; }; dnscrypt-proxy.enable = false; }; -- cgit 1.4.1