⬆️ use new nixos-telemetry architecture

This commit is contained in:
Ingolf Wagner 2025-02-26 14:57:23 +07:00
commit fa62983e2c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
7 changed files with 10 additions and 20 deletions
components/monitor

View file

@ -14,7 +14,7 @@ with types;
config = {
telemetry.enable = mkDefault true;
telemetry.metrics.enable = mkDefault false;
telemetry.opentelemetry.enable = false;
telemetry.apps.opentelemetry.enable = false;
services.journald.extraConfig = "SystemMaxUse=1G";
};