postgresPassword -> postgresPasswd
This commit is contained in:
parent
797d90f3c4
commit
e0d3a4c886
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue