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 = {
environment = {
INFLUX_WRITE_TOKEN = token;
};
environment.INFLUX_WRITE_TOKEN = token;
serviceConfig.SupplementaryGroups = [ "docker" ];
};