+1
-1
nixos/doc/manual/release-notes/rl-2505.section.md
+1
-1
nixos/doc/manual/release-notes/rl-2505.section.md
···- All services that require a root certificate bundle now use the value of a new read-only option, `security.pki.caBundle`.-- hddfancontrol has been updated to major release 2. See the [migration guide](https://github.com/desbma/hddfancontrol/tree/master?tab=readme-ov-file#migrating-from-v1x), as there are breaking changes.+- hddfancontrol has been updated to major release 2. See the [migration guide](https://github.com/desbma/hddfancontrol/tree/master?tab=readme-ov-file#migrating-from-v1x), as there are breaking changes. The settings options have been modified to use an attrset, enabling configurations with multiple instances of the daemon running at once, eg, for two separate drive bays.
+143
-51
nixos/modules/services/hardware/hddfancontrol.nix
+143
-51
nixos/modules/services/hardware/hddfancontrol.nix
···+ExecStart = "${lib.getExe pkgs.hddfancontrol} -v ${cnf.logVerbosity} daemon ${lib.escapeShellArgs (args cnf)}";···+drives = lib.lists.flatten (lib.attrsets.catAttrs "disks" (lib.attrsets.attrValues cfg.settings));