user container-telemetry-non-private-network

This commit is contained in:
Ingolf Wagner 2025-02-27 09:53:39 +07:00
commit 07f15e92ea
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
8 changed files with 9 additions and 36 deletions
components/monitor

View file

@ -1,21 +0,0 @@
{
lib,
config,
inputs,
...
}:
with lib;
with types;
{
imports = [
../timezone.nix
];
config = {
telemetry.enable = mkDefault true;
telemetry.metrics.enable = mkDefault false;
telemetry.apps.opentelemetry.enable = false;
services.journald.extraConfig = "SystemMaxUse=1G";
};
}