Define hostSecrets
This commit is contained in:
parent
5f784aa570
commit
30d83986a9
|
@ -4,6 +4,7 @@ with lib;
|
||||||
let
|
let
|
||||||
cfg = config.fudo.mail;
|
cfg = config.fudo.mail;
|
||||||
hostname = config.instance.hostname;
|
hostname = config.instance.hostname;
|
||||||
|
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
options.fudo.mail = with types; {
|
options.fudo.mail = with types; {
|
||||||
|
|
Loading…
Reference in New Issue