nixops: open UDP port for Stabilizer experiments

pull/20/head
Sebastien Bourdeauducq 2021-08-10 10:43:19 +08:00
parent 977cccc997
commit b008838cd2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ in
networking.hostName = host;
networking.firewall.allowedTCPPorts = [ 1883 ];
networking.firewall.allowedUDPPorts = [ 1883 ];
time.timeZone = "Asia/Hong_Kong";