Add generic Brother driver to CUPS

This commit is contained in:
coolneng 2020-09-29 09:57:30 +02:00
parent 97662f1d2b
commit 7f667bb6e6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
{
# Enable CUPS
services.printing.enable = true;
services.printing = {
enable = true;
drivers = with pkgs; [ brgenml1cupswrapper ];
};
# Enable SANE
hardware.sane = {