about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-08 14:09:13 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-08 14:09:13 +0200
commitd72a6b97170eafce2a7af5754c509b80c35f3dfb (patch)
tree82f85b0382be3cc099928fed34212ded996d3b7a /machines
parent4c8f06d9b7e4589c5000e8ad8d64de7dacd1bc38 (diff)
machines/notsure: Add printing drivers
Probably this stuff should be in a common module, but right now this
should do it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/notsure.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/managed/notsure.nix b/machines/aszlig/managed/notsure.nix
index 53b28e2e..1ba73c7a 100644
--- a/machines/aszlig/managed/notsure.nix
+++ b/machines/aszlig/managed/notsure.nix
@@ -70,6 +70,7 @@ in {
   services = {
     deluge.enable = true;
     printing.enable = true;
+    printing.drivers = [ pkgs.gutenprint pkgs.hplip ];
     tlp.enable = true;
 
     xserver = {