updated then vars names

This commit is contained in:
2025-04-01 20:10:49 -04:00
parent c349af60ce
commit 7dbf67a2d3
15 changed files with 47 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ in
package = pkgs.postgresql_17_jit;
enableTCPIP = true;
enableJIT = true;
dataDir = "${vars.media_database}/postgres";
dataDir = "${vars.database}/postgres";
authentication = pkgs.lib.mkOverride 10 ''