all repos — nixfiles @ d75c3b679efe46fe391c5c57fd2ec4c27302d3d5

System and user configuration, managed by nix and home-manager

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`.
Alan Pearce alan@alanpearce.eu
Wed, 13 Sep 2017 09:46:03 +0200
commit

d75c3b679efe46fe391c5c57fd2ec4c27302d3d5

parent

0fa96641a6ad7e37cc8013b73348392b3465f1a9

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -21,5 +21,9 @@ franz     pkgsUnstable.scudcloud
   ];
 
+  services.printing.drivers = with pkgs; [
+    pkgsUnstable.cups-toshiba-estudio
+  ];
+
   networking.domain = "satoshipay.io";
 }