Add pictrsApiKey to image call
This commit is contained in:
parent
07f2d086b5
commit
69c8491563
|
@ -257,7 +257,7 @@ in {
|
||||||
postgresDockerImage = cfg.docker-images.postgres;
|
postgresDockerImage = cfg.docker-images.postgres;
|
||||||
stateDirectory = cfg.state-directory;
|
stateDirectory = cfg.state-directory;
|
||||||
smtpServer = cfg.smtp-server;
|
smtpServer = cfg.smtp-server;
|
||||||
inherit postgresPasswd nginxCfgFile;
|
inherit postgresPasswd pictrsApiKey nginxCfgFile;
|
||||||
};
|
};
|
||||||
in "${image}";
|
in "${image}";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
Loading…
Reference in New Issue