diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index ae28651..0e54ef8 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -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; };