chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit 605d9d6b54 - Show all commits

View file

@ -26,18 +26,13 @@
environment.systemPackages = with pkgs; []; environment.systemPackages = with pkgs; [];
services.mosquitto = { services.mosquitto = {
users = { users = {};
victor = {
acl = ["topic readwrite #"];
};
zigbee2mqtt = {
acl = ["topic readwrite #"];
};
};
enable = true; enable = true;
port = 1883; port = 1883;
host = "0.0.0.0"; host = "0.0.0.0";
allowAnonymous = true; allowAnonymous = true;
aclExtraConf = "topic readwrite #";
}; };
services.zigbee2mqtt = { services.zigbee2mqtt = {