Add pictrsApiKey to image call

This commit is contained in:
niten 2023-07-08 11:51:39 -07:00
parent 07f2d086b5
commit 69c8491563
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ in {
postgresDockerImage = cfg.docker-images.postgres;
stateDirectory = cfg.state-directory;
smtpServer = cfg.smtp-server;
inherit postgresPasswd nginxCfgFile;
inherit postgresPasswd pictrsApiKey nginxCfgFile;
};
in "${image}";
autoStart = true;