Define hostSecrets

This commit is contained in:
niten 2023-09-23 16:13:57 -07:00
parent 5f784aa570
commit 30d83986a9
1 changed files with 1 additions and 0 deletions

View File

@ -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; {