add avahi for printing
This commit is contained in:
parent
88c191c957
commit
52d999c12c
|
@ -2,13 +2,18 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# 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 = [
|
||||||
# {
|
# {
|
||||||
# description = "Drucker im FSR Buero";
|
# description = "Drucker im FSR Buero";
|
||||||
# deviceUri = "";
|
# deviceUri = "";
|
||||||
|
@ -16,5 +21,5 @@
|
||||||
# model = "";
|
# model = "";
|
||||||
# name = "Heiko";
|
# name = "Heiko";
|
||||||
# }
|
# }
|
||||||
# ];
|
#];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue