Should be a list
This commit is contained in:
parent
bdaa1b4dad
commit
bea323ae4a
|
@ -345,7 +345,7 @@ in {
|
|||
inherit postgresPasswd pictrsApiKey;
|
||||
smtpServer = cfg.smtp-server;
|
||||
};
|
||||
envFile = makeEnvFile { RUST_LOG = "warn"; };
|
||||
envFile = [ (makeEnvFile { RUST_LOG = "warn"; }) ];
|
||||
};
|
||||
lemmyUiCfg = {
|
||||
image = cfg.docker-images.lemmy-ui;
|
||||
|
|
Loading…
Reference in New Issue