Define hostSecrets
This commit is contained in:
parent
5f784aa570
commit
30d83986a9
|
@ -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; {
|
||||
|
|
Loading…
Reference in New Issue