Probably shouldn't be referring to secrets here, huh?

This commit is contained in:
niten 2023-07-07 23:09:21 -07:00
parent a22d45c192
commit 1ffea0818a
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ with lib;
let
cfg = config.services.lemmyDocker;
hostSecrets = config.fudo.secrets.host-secrets."${config.instance.hostname}";
lemmyDockerImage = { hostname, lemmyDockerImage, lemmyUiDockerImage
, nginxCfgFile, pictrsApiKey, pictrsDockerImage, port, postgresDockerImage
, postgresPasswd, smtpServer, stateDirectory, ... }: