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 7fe56e78ea - Show all commits

View file

@ -26,8 +26,15 @@
environment.systemPackages = with pkgs; [];
services.mosquitto = {
users = {
victor = {
acl = ["topic readwrite #"];
};
};
enable = true;
port = 1883;
host = "0.0.0.0";
allowAnonymous = true;
};
networking.firewall.allowedTCPPorts = [ config.services.mosquitto.port ];