Configure tempo wal storage
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-05-24 22:03:56 +02:00
parent 4d88644417
commit b75df7578f

View File

@@ -21,6 +21,9 @@
local = { local = {
path = "/var/lib/tempo"; path = "/var/lib/tempo";
}; };
wal = {
path = "/var/lib/tempo/wal";
};
}; };
}; };
}; };