+2
nixos/doc/manual/release-notes/rl-2505.section.md
+2
nixos/doc/manual/release-notes/rl-2505.section.md
···- [Omnom](https://github.com/asciimoo/omnom), a webpage bookmarking and snapshotting service. Available as [services.omnom](options.html#opt-services.omnom.enable).+- [Traccar](https://www.traccar.org/), a modern GPS Tracking Platform. Available as [services.traccar](#opt-services.traccar.enable).- [Amazon CloudWatch Agent](https://github.com/aws/amazon-cloudwatch-agent), the official telemetry collector for AWS CloudWatch and AWS X-Ray. Available as [services.amazon-cloudwatch-agent](#opt-services.amazon-cloudwatch-agent.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+125
nixos/modules/services/monitoring/traccar.nix
+125
nixos/modules/services/monitoring/traccar.nix
···+File containing environment variables to substitute in the configuration before starting Traccar.+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"`+# Traccar only searches for the DB migrations relative to it's WorkingDirectory and nothing worked to+# work around this. To avoid copying the migrations over to the state directory, we use the package as
+43
pkgs/by-name/tr/traccar/package.nix
+43
pkgs/by-name/tr/traccar/package.nix
···+url = "https://github.com/traccar/traccar/releases/download/v${version}/traccar-other-${version}.zip";