envFiles -> envFile
This commit is contained in:
parent
f6ceeac11c
commit
e845177171
|
@ -361,7 +361,7 @@ in {
|
||||||
};
|
};
|
||||||
postgresCfg = {
|
postgresCfg = {
|
||||||
image = cfg.docker-images.postgres;
|
image = cfg.docker-images.postgres;
|
||||||
envFiles = hostSecrets.lemmyPostgresEnv.target-file;
|
envFile = hostSecrets.lemmyPostgresEnv.target-file;
|
||||||
configFile = postgresCfgFile;
|
configFile = postgresCfgFile;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue