mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
removed bug-causing issue
This commit is contained in:
parent
298c851efc
commit
f40adac04e
1 changed files with 1 additions and 3 deletions
|
@ -11,12 +11,10 @@
|
||||||
# automatically picked up.
|
# automatically picked up.
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"tasmota"
|
"tasmota"
|
||||||
|
"mqtt"
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
mqtt = {
|
|
||||||
broker = "0.0.0.0";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue