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 35a60ad122 - Show all commits

View file

@ -24,4 +24,11 @@
# Additional packages
environment.systemPackages = with pkgs; [];
services.mosquitto = {
enable = true;
port = 1883;
};
networking.firewall.allowedTCPPorts = [ config.services.mosquitto.port ];
}