postgresPassword -> postgresPasswd

This commit is contained in:
niten 2023-07-08 08:52:56 -07:00
parent 797d90f3c4
commit e0d3a4c886
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ in {
lemmyDockerEnv = {
source-file = pkgs.writeText "lemmy-docker-env" ''
PICTRS__API_KEY=\"${pictrsApiKey}\"
POSTGRES_PASSWORD=\"${postgresPassword}\"
POSTGRES_PASSWORD=\"${postgresPasswd}\"
'';
target-file = "/run/lemmy-docker/env";
};