formatting

This commit is contained in:
John Lancaster
2025-02-17 00:36:55 -06:00
parent bca14b7326
commit 47c1567a15

View File

@@ -14,9 +14,7 @@ in
]; ];
systemd.services.telegraf = { systemd.services.telegraf = {
environment = { environment.INFLUX_WRITE_TOKEN = token;
INFLUX_WRITE_TOKEN = token;
};
serviceConfig.SupplementaryGroups = [ "docker" ]; serviceConfig.SupplementaryGroups = [ "docker" ];
}; };