48 current 2024-11-24 19:24:00 24.05.6463.83fb6c028368 6.6.59 *

This commit is contained in:
deadvey 2024-11-24 19:24:04 +00:00
parent 4a4e86ad72
commit 46e022500f

View File

@ -19,6 +19,12 @@
# Printing # Printing
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = ["/etc/nixos/brother.ppd"]; services.printing.drivers = ["/etc/nixos/brother.ppd"];
hardware.printers = { hardware.printers = {
@ -26,7 +32,7 @@
{ {
name = "Brother"; name = "Brother";
location = "Study"; location = "Study";
deviceUri = "http://brwd85de26ba53b"; deviceUri = "http://192.168.1.66:631";
model = "drv:///sample.drv/generic.ppd"; model = "drv:///sample.drv/generic.ppd";
ppdOptions = { ppdOptions = {
PageSize = "A4"; PageSize = "A4";