+2
nixos/doc/manual/release-notes/rl-2511.section.md
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···- [`services.victorialogs.package`](#opt-services.victorialogs.package) now defaults to `victorialogs`, as `victoriametrics` no longer contains the VictoriaLogs binaries.+- The `services.traccar.settings` attribute has been reworked. Instead of the previous flat attribute set the new implementation uses nested attribute sets. You need to update you configuration manually. For instance, `services.traccar.settings.loggerConsole` becomes `services.traccar.settings.logger.console`.- The `wstunnel` module was converted to RFC42-style settings, you will need to update your NixOS config if you make use of this module.
+37
-19
nixos/modules/services/monitoring/traccar.nix
+37
-19
nixos/modules/services/monitoring/traccar.nix
······Can be used for storing the secrets without making them available in the world-readable Nix store.-For example, you can set {option}`services.traccar.settings.databasePassword = "$TRACCAR_DB_PASSWORD"`+For example, you can set {option}`services.traccar.settings.database.password = "$TRACCAR_DB_PASSWORD"`······