From eb1bc2f951de86d3040322a11afce5e3455e34ac Mon Sep 17 00:00:00 2001 From: ByteOtter Date: Thu, 18 Apr 2024 16:19:27 +0200 Subject: [PATCH] fix config template --- src/configuration/config_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration/config_template.toml b/src/configuration/config_template.toml index f390be5..ca9f028 100644 --- a/src/configuration/config_template.toml +++ b/src/configuration/config_template.toml @@ -35,7 +35,7 @@ platform = "x86_64" # Custom parameters about the system, which fall under the "custom_fields" section. # Basically anything can go here, these are example values Nazara collects. -[system.custom] +[system.custom_fields] # cpu_count = 1 # overriden by collector # config_template = 0 ## ...