about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-05-04 17:22:05 +0100
committerdevhell <devhell@mailfresser.de>2018-05-04 17:22:05 +0100
commita67e4eaff437235965757fa34724cd291d3c10b4 (patch)
tree59513c7ba0a25335d9a02ac13b6dd3d364e64475 /machines/devhell
parent46bd1bcda6356086f41d71e27fdf3bf5347f405b (diff)
machines/titan: Enable CUPS
Additionally let's enable Brother HL-1110 drivers.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/titan.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 7133ec36..bbbbbe7b 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -91,7 +91,10 @@
   services = {
     tftpd.enable = false;
     gnome3.gnome-keyring.enable = true;
-    printing.enable = false;
+    printing = {
+      enable = true;
+      drivers = [ pkgs.gutenprint pkgs.hplip pkgs.cups-brother-hl1110 ];
+    };
     dnscrypt-proxy.enable = false;
   };