add avahi for printing

This commit is contained in:
revol-xut 2022-03-05 16:14:16 +01:00
parent 88c191c957
commit 52d999c12c
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -2,11 +2,16 @@
{ {
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services= {
# services.printing.drivers = [ printing.enable = true;
# pkgs.gutenprint printing.drivers = with pkgs; [
# ]; gutenprint
gutenprintBin
hplip
hplipWithPlugin
];
avahi.enable = true;
};
# set up Heiko # set up Heiko
#hardware.printers.ensurePrinters = [ #hardware.printers.ensurePrinters = [
# { # {