forked from M-Labs/it-infra
nixops: open UDP port for Stabilizer experiments
This commit is contained in:
parent
977cccc997
commit
b008838cd2
|
@ -26,6 +26,7 @@ in
|
||||||
|
|
||||||
networking.hostName = host;
|
networking.hostName = host;
|
||||||
networking.firewall.allowedTCPPorts = [ 1883 ];
|
networking.firewall.allowedTCPPorts = [ 1883 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 1883 ];
|
||||||
|
|
||||||
time.timeZone = "Asia/Hong_Kong";
|
time.timeZone = "Asia/Hong_Kong";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue