printing
This commit is contained in:
parent
d1d1268376
commit
0f15f8ae9b
4 changed files with 701 additions and 0 deletions
12
printing/config.nix
Normal file
12
printing/config.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# printing
|
||||
services.printing.enable = true;
|
||||
services.ipp-usb.enable = true;
|
||||
|
||||
services.printing.drivers = [
|
||||
(pkgs.writeTextDir "share/cups/model/SCX3400.ppd" (builtins.readFile ./Samsung_SCX-3400_Series.ppd))
|
||||
pkgs.samsung-unified-linux-driver
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue