+4
nixos/doc/manual/release-notes/rl-2505.section.md
+4
nixos/doc/manual/release-notes/rl-2505.section.md
···- [agorakit](https://github.com/agorakit/agorakit), an organization tool for citizens' collectives. Available with [services.agorakit](options.html#opt-services.agorakit.enable).+- [waagent](https://github.com/Azure/WALinuxAgent), the Microsoft Azure Linux Agent (waagent) manages Linux provisioning and VM interaction with the Azure Fabric Controller. Available with [services.waagent](options.html#opt-services.waagent.enable).- [mqtt-exporter](https://github.com/kpetremann/mqtt-exporter/), a Prometheus exporter for exposing messages from MQTT. Available as [services.prometheus.exporters.mqtt](#opt-services.prometheus.exporters.mqtt.enable).- [Buffyboard](https://gitlab.postmarketos.org/postmarketOS/buffybox/-/tree/master/buffyboard), a framebuffer on-screen keyboard. Available as [services.buffyboard](option.html#opt-services.buffyboard).···- `gkraken` software and `hardware.gkraken.enable` option have been removed, use `coolercontrol` via `programs.coolercontrol.enable` option instead.+- `virtualisation.azure.agent` option provided by `azure-agent.nix` is replaced by `services.waagent`, and will be removed in a future release.
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+53
-288
nixos/modules/virtualisation/azure-agent.nix
+53
-288
nixos/modules/virtualisation/azure-agent.nix
···-description = "Whether the agent should format (ext4) and mount the resource disk to /mnt/resource.";
+364
nixos/modules/virtualisation/waagent.nix
+364
nixos/modules/virtualisation/waagent.nix
···+Waagent logs to `/var/log/waagent.log` and uses the system logrotate functionality to rotate logs.+The waagent.conf configuration, see https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux for documentation.+message = "Option services.waagent.settings.HttpProxy.Port must be set if services.waagent.settings.HttpProxy.Host is set.";
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+72
nixos/tests/waagent.nix
+72
nixos/tests/waagent.nix
···
+13
pkgs/by-name/wa/waagent/package.nix
+13
pkgs/by-name/wa/waagent/package.nix
·········