1
0
Fork 0

Disable timex collector

This commit is contained in:
Malte Brandy 2019-04-26 20:02:37 +02:00
parent 2f47482368
commit bcad0f0dbe
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -47,6 +47,7 @@ in {
enable = true;
openFirewall = true;
enabledCollectors = [ "systemd" "logind" ];
disabledCollectors = [ "timex" ];
};
nginx = {
enable = config.services.nginx.enable;