chore: migrate postgresql directory to redundant drives

This commit is contained in:
stitchy 2025-10-10 00:44:40 -07:00
parent 2bcac06381
commit 210d1f5a29
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -102,6 +102,9 @@ in {
};
};
};
postgresql = {
dataDir = "/opt/services/postgresql/${config.services.postgresql.package.psqlSchema}";
};
prometheus = {
enable = true;
exporters = {