1
0
Fork 0

Enabled printer discovery and moved Canon drivers to right place

See: https://wiki.nixos.org/wiki/Printing
This commit is contained in:
Jan Grosser 2024-08-07 21:43:30 +02:00
parent 8fc8788d5a
commit 3aabaf251b
2 changed files with 10 additions and 3 deletions

View file

@ -66,6 +66,16 @@
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = with pkgs; [
cups-bjnp # CUPS back-end for Canon printers
];
# Enable autodiscovery of network printers
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
# Enable sound with pipewire. # Enable sound with pipewire.
#sound.enable = true; #sound.enable = true;

View file

@ -60,9 +60,6 @@
wireguard-tools wireguard-tools
nextcloud-client nextcloud-client
# Printing
cups-bjnp # CUPS backend for Canon printers
# Internet # Internet
firefox firefox
#ladybird #ladybird