Allow Calibre wireless connections
This commit is contained in:
parent
48ee36713d
commit
fb13557e7f
|
@ -69,4 +69,14 @@
|
|||
};
|
||||
routes = [{ routeConfig.Destination = "10.8.0.1"; }];
|
||||
};
|
||||
|
||||
# Firewall configuration
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
9090 # Calibre Wireless
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
54982 # Calibre Wireless
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue