add printer driver

This commit is contained in:
cswimr 2025-03-07 20:18:27 -06:00
parent 82ead48cd6
commit 3e556a7bb1
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,4 +1,9 @@
{ pkgs, ... }:
{
# Printer drivers
services.printing.drivers = with pkgs; [
cups-brother-hl3170cdw
];
# IPP Autodiscovery
services.avahi = {
enable = true;