Open port for Calibre wireless connection

This commit is contained in:
coolneng 2021-08-09 01:12:38 +01:00
parent a08e0908a9
commit 15462fdba4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

View File

@ -52,4 +52,9 @@
openFirewall = false;
startWhenNeeded = true;
};
# Firewall configuration
networking.firewall.allowedTCPPorts = [
9090 # Calibre
];
}