Allow Calibre wireless connections

This commit is contained in:
coolneng 2022-09-04 18:35:36 +02:00
parent 48ee36713d
commit fb13557e7f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 10 additions and 0 deletions

View File

@ -69,4 +69,14 @@
};
routes = [{ routeConfig.Destination = "10.8.0.1"; }];
};
# Firewall configuration
networking.firewall = {
allowedTCPPorts = [
9090 # Calibre Wireless
];
allowedUDPPorts = [
54982 # Calibre Wireless
];
};
}