forked from M-Labs/it-infra
nixops: open mqtt port on desktop machines
This commit is contained in:
parent
8ad847c7fa
commit
988939bffd
|
@ -16,6 +16,7 @@ in
|
|||
];
|
||||
|
||||
networking.hostName = host;
|
||||
networking.firewall.allowedTCPPorts = [ 1883 ];
|
||||
|
||||
time.timeZone = "Asia/Hong_Kong";
|
||||
|
||||
|
|
Loading…
Reference in New Issue