about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-08-16 15:21:37 +0100
committerdevhell <devhell@mailfresser.de>2018-08-16 15:23:48 +0100
commitf77346ac610be58def5c302741ebdebd860b4082 (patch)
treedbda24247110b144c332c1170df5c4f94e6a1edd
parentb466d458a1f806df041728673891eb2b47aceb16 (diff)
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.
-rw-r--r--machines/devhell/titan.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };