Add mqtt server (mosquitto)

The config was based on the exsisting mosquitto setup.
This commit is contained in:
chris 2024-06-10 15:38:48 +02:00
commit b30952a049
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ ... }:
{
networking = {
hostName = "mqtt";
domain = "z9.ccchh.net";
};
system.stateVersion = "23.11";
}