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

@ -195,6 +195,15 @@
./config/hosts/yate
];
};
mqtt = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./config/common
./config/proxmox-vm
./config/hosts/mqtt
];
};
};
packages.x86_64-linux = {