Add generic Brother driver to CUPS
This commit is contained in:
parent
97662f1d2b
commit
7f667bb6e6
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# Enable CUPS
|
# Enable CUPS
|
||||||
services.printing.enable = true;
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
drivers = with pkgs; [ brgenml1cupswrapper ];
|
||||||
|
};
|
||||||
|
|
||||||
# Enable SANE
|
# Enable SANE
|
||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
|
|
Loading…
Reference in New Issue