Oh wait, I shouldn't pass a list
This commit is contained in:
parent
bea323ae4a
commit
1ff06aa814
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue