Make secrets names match

This commit is contained in:
niten 2023-07-16 12:02:51 -07:00
parent bc7941b2e0
commit f6ceeac11c
1 changed files with 2 additions and 2 deletions

View File

@ -357,11 +357,11 @@ in {
}; };
pictrsCfg = { pictrsCfg = {
image = cfg.docker-images.pictrs; image = cfg.docker-images.pictrs;
envFile = hostSecrets.lemmy-pictrs-env-file.target-file; envFile = hostSecrets.lemmyPictrsEnv.target-file;
}; };
postgresCfg = { postgresCfg = {
image = cfg.docker-images.postgres; image = cfg.docker-images.postgres;
envFiles = hostSecrets.lemmy-postgres-env-file.target-file; envFiles = hostSecrets.lemmyPostgresEnv.target-file;
configFile = postgresCfgFile; configFile = postgresCfgFile;
}; };
}; };