Oh wait, I shouldn't pass a list

This commit is contained in:
2023-07-16 11:55:35 -07:00
parent bea323ae4a
commit 1ff06aa814
+1 -1
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 = toString (makeEnvFile { RUST_LOG = "warn"; });
}; };
lemmyUiCfg = { lemmyUiCfg = {
image = cfg.docker-images.lemmy-ui; image = cfg.docker-images.lemmy-ui;