fix postgres name

This commit is contained in:
2025-03-16 00:38:09 +04:00
parent 773319fe0d
commit df17c8b0d5

View File

@@ -109,7 +109,7 @@ in
# '';
{
processes."${name}" = {
command = "${package}/bin/postgresql -D ${data_dir} --config-file ${configFile}";
command = "${package}/bin/postgres -D ${data_dir} --config-file ${configFile}";
};
};
}