Should be a list

This commit is contained in:
niten 2023-07-16 11:53:07 -07:00
parent bdaa1b4dad
commit bea323ae4a
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ in {
inherit postgresPasswd pictrsApiKey; inherit postgresPasswd pictrsApiKey;
smtpServer = cfg.smtp-server; smtpServer = cfg.smtp-server;
}; };
envFile = makeEnvFile { RUST_LOG = "warn"; }; envFile = [ (makeEnvFile { RUST_LOG = "warn"; }) ];
}; };
lemmyUiCfg = { lemmyUiCfg = {
image = cfg.docker-images.lemmy-ui; image = cfg.docker-images.lemmy-ui;