all repos — archive/nixos-configuration @ d75c3b679efe46fe391c5c57fd2ec4c27302d3d5

Superseded by nixfiles

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
commit

d75c3b679efe46fe391c5c57fd2ec4c27302d3d5

parent

0fa96641a6ad7e37cc8013b73348392b3465f1a9

1 file 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"; }