host-secrets -> hostSecrets

This commit is contained in:
niten 2023-07-16 12:00:12 -07:00
parent 4c0720a815
commit bc7941b2e0
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ in {
}; };
pictrsCfg = { pictrsCfg = {
image = cfg.docker-images.pictrs; image = cfg.docker-images.pictrs;
envFile = host-secrets.lemmy-pictrs-env-file.target-file; envFile = hostSecrets.lemmy-pictrs-env-file.target-file;
}; };
postgresCfg = { postgresCfg = {
image = cfg.docker-images.postgres; image = cfg.docker-images.postgres;