1
0
Fork 0
Jan Grosser 2024-08-21 23:13:26 +02:00
parent 79c95f5476
commit c6cd809f02

View file

@ -65,15 +65,19 @@
console.keyMap = "de";
# Enable CUPS to print documents.
# Canon Wifi printer was discovered automatically by CUPS.
# No driver installation necessary
# See: https://discourse.nixos.org/t/still-cant-print-after-6-months-canon-mf445dw-at-the-end-of-my-rope/24665/21
services.printing.enable = true;
services.printing.drivers = with pkgs; [
cups-bjnp # CUPS back-end for Canon printers
];
#services.printing.drivers = with pkgs; [
# cups-bjnp # CUPS back-end for Canon printers
#];
# Enable autodiscovery of network printers
services.avahi = {
enable = true;
nssmdns4 = true;
#nssmdns4 = true;
nssmdns = true;
openFirewall = true;
};