envFiles -> envFile

This commit is contained in:
niten 2023-07-16 12:04:43 -07:00
parent f6ceeac11c
commit e845177171
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ in {
};
postgresCfg = {
image = cfg.docker-images.postgres;
envFiles = hostSecrets.lemmyPostgresEnv.target-file;
envFile = hostSecrets.lemmyPostgresEnv.target-file;
configFile = postgresCfgFile;
};
};