fix metrum

This commit is contained in:
soraefir
2026-05-21 23:55:42 +02:00
parent 2cd45ef7de
commit 2afcbf6d99
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ in {
};
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.influxdb3}/bin/influxdb3 serve";
ExecStart = "${pkgs.influxdb3}/bin/influxdb3 serve --bearer-token 'b27686e85a883437666f61586e084f7deb763958497739479ca48bc913ee90afd1a920332156133c89fb8674cb197ced17706074e6a42fc7ce6b2d54ac6119c9'";
Restart = "on-failure";
StateDirectory = "influxdb3";
PrivateTmp = true;