summary refs log tree commit diff stats
path: root/modules/satoshipay.nix
diff options
context:
space:
mode:
authorAlan Pearce2017-09-13 09:46:03 +0200
committerAlan Pearce2017-09-13 09:46:03 +0200
commitd75c3b679efe46fe391c5c57fd2ec4c27302d3d5 (patch)
treeb406a57ad9bb2f5beeeeb6f12184c6ac3d410b0b /modules/satoshipay.nix
parent0fa96641a6ad7e37cc8013b73348392b3465f1a9 (diff)
downloadnixos-configuration-d75c3b679efe46fe391c5c57fd2ec4c27302d3d5.tar.lz
nixos-configuration-d75c3b679efe46fe391c5c57fd2ec4c27302d3d5.tar.zst
nixos-configuration-d75c3b679efe46fe391c5c57fd2ec4c27302d3d5.zip
Add print drivers for SatoshiPay
These are non-free.  For some reason, with `pkgsUnstable`, one has to
pass `NIXPKGS_ALLOW_UNFREE=1` to `nixos-rebuild`.
Diffstat (limited to 'modules/satoshipay.nix')
-rw-r--r--modules/satoshipay.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix
index 91aa89f..ffe6ccf 100644
--- a/modules/satoshipay.nix
+++ b/modules/satoshipay.nix
@@ -21,5 +21,9 @@ in
     pkgsUnstable.scudcloud
   ];
 
+  services.printing.drivers = with pkgs; [
+    pkgsUnstable.cups-toshiba-estudio
+  ];
+
   networking.domain = "satoshipay.io";
 }