feat: remove mosquitto
Remove mosquitto including mqtt Home Assistant integration since I've stopped using any services that require it.
This commit is contained in:
parent
4b3096f05b
commit
029b83ef4e
6 changed files with 0 additions and 56 deletions
services/home-assistant
|
@ -4,7 +4,6 @@ with pkgs;
|
|||
|
||||
let
|
||||
port = config.services.home-assistant.config.http.server_port;
|
||||
mqttPort = 1883;
|
||||
geniePort = 3232;
|
||||
in {
|
||||
# just installed for ConBee firmware updates
|
||||
|
@ -30,7 +29,6 @@ in {
|
|||
extraComponents = [
|
||||
"default_config"
|
||||
"otp"
|
||||
"mqtt"
|
||||
"esphome"
|
||||
"homekit_controller"
|
||||
"fritz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue