diff options
author | Alan Pearce | 2017-09-13 09:46:03 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-13 09:46:03 +0200 |
commit | d75c3b679efe46fe391c5c57fd2ec4c27302d3d5 (patch) | |
tree | b406a57ad9bb2f5beeeeb6f12184c6ac3d410b0b /modules | |
parent | 0fa96641a6ad7e37cc8013b73348392b3465f1a9 (diff) | |
download | nixos-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')
-rw-r--r-- | modules/satoshipay.nix | 4 |
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"; } |