Oh wait, I shouldn't pass a list

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

View File

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