printing: add port for Canon scanner detection

This commit is contained in:
teutat3s 2024-07-15 19:04:19 +02:00
parent 7dde26f316
commit faaf8df637
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -35,6 +35,9 @@ in {
networking.hosts = flake.self.lib.addLocalHostname ["cups.local"]; networking.hosts = flake.self.lib.addLocalHostname ["cups.local"];
# Allow port 8612, used by sane-pixma(5) for scanner detection
networking.firewall.allowedTCPPorts = [ 8612 ];
services.caddy = { services.caddy = {
enable = true; enable = true;
extraConfig = '' extraConfig = ''