diff --git a/mail-server.nix b/mail-server.nix index 8a36737..10b88b7 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -4,6 +4,7 @@ with lib; let cfg = config.fudo.mail; hostname = config.instance.hostname; + hostSecrets = config.fudo.secrets.host-secrets."${hostname}"; in { options.fudo.mail = with types; {