Open port for Calibre wireless connection
This commit is contained in:
parent
a08e0908a9
commit
15462fdba4
|
@ -52,4 +52,9 @@
|
|||
openFirewall = false;
|
||||
startWhenNeeded = true;
|
||||
};
|
||||
|
||||
# Firewall configuration
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
9090 # Calibre
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue