nixos/grafana-image-renderer: typo fix

Since the service doesn't do a strict config check, this worked fine
before, however the settings in the block never applied properly.
This commit is contained in:
Maximilian Bosch 2021-01-18 18:40:30 +01:00
parent 87cddedb56
commit 2abfc93a68
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -122,7 +122,7 @@ in {
timezone = config.time.timeZone;
};
services = {
service = {
logging.level = mkIf cfg.verbose (mkDefault "debug");
metrics.enabled = mkDefault false;
};