Enabled printer discovery and moved Canon drivers to right place
See: https://wiki.nixos.org/wiki/Printing
This commit is contained in:
parent
8fc8788d5a
commit
3aabaf251b
2 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue