parent
17ff0c0635
commit
07f15e92ea
8 changed files with 9 additions and 36 deletions
components/monitor
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue