Enable intake for tvb on port 5234
This commit is contained in:
parent
4f9b51a94b
commit
cd4cf9107c
|
@ -143,6 +143,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.intake = {
|
||||
listen = { addr = "10.22.20.1"; port = 5234; };
|
||||
users.tvb.enable = true;
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
|
@ -151,6 +156,7 @@
|
|||
80 # http
|
||||
443 # https
|
||||
655 # tinc
|
||||
5234# intake
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
655 # tinc
|
||||
|
|
Loading…
Reference in New Issue