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
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -21,5 +21,9 @@ franz pkgsUnstable.scudcloud ]; + services.printing.drivers = with pkgs; [ + pkgsUnstable.cups-toshiba-estudio + ]; + networking.domain = "satoshipay.io"; }