This commit is contained in:
Lukas Wurzinger 2024-12-29 00:32:35 +01:00
parent 2d17f001d7
commit 0136475c72
No known key found for this signature in database

View file

@ -1,19 +1,6 @@
{pkgs, ...}: { {
services.printing = { services.printing = {
enable = true; enable = true;
webInterface = true; webInterface = true;
cups-pdf.enable = true;
drivers = [
pkgs.gutenprint
pkgs.gutenprintBin
pkgs.hplip
pkgs.hplipWithPlugin
pkgs.postscript-lexmark
pkgs.samsung-unified-linux-driver
pkgs.splix
pkgs.brlaser
pkgs.brgenml1lpr
pkgs.cnijfilter2
];
}; };
} }