about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-04-18 18:34:09 +0100
committerdevhell <devhell@mailfresser.de>2018-04-18 18:34:09 +0100
commit4fd750e752ed1923135afd5adf8e6e313d034051 (patch)
treebf2a561c6ce243dd9b133acf45aa97f53962d9c1 /machines/devhell
parent7a9ab90a5e0233b92375c99e9548ea9a91785d37 (diff)
machines/eris: Enable printing and add HL1110 driver
We'll need to see if this driver works.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eris.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 2e9edf30..5af5b5f0 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -73,7 +73,10 @@
   services = {
     tftpd.enable = true;
     gnome3.gnome-keyring.enable = true;
-    printing.enable = false;
+    printing = {
+      enable = true;
+      drivers = [ pkgs.gutenprint pkgs.hplip pkgs.cups-brother-hl1110 ];
+    };
   };
 
   services.udev = {