forked from pub-solar/os
printing: add port for Canon scanner detection
This commit is contained in:
parent
7dde26f316
commit
faaf8df637
|
@ -35,6 +35,9 @@ in {
|
|||
|
||||
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 = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue