stable db

This commit is contained in:
soraefir
2026-05-22 00:33:52 +02:00
parent 7cd78511e7
commit 4e31a9f54a

View File

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