Make secrets names match
This commit is contained in:
+2
-2
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user