secrets: add hydra environment file

This commit is contained in:
Infinidoge 2024-05-20 00:59:33 -04:00
parent 8368be4f18
commit 0df59f03b8
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 51 additions and 0 deletions

View file

@ -44,6 +44,9 @@ in
(mkIf config.services.forgejo.enable {
"smtp-password" = withGroup "smtp" secrets."smtp-password";
})
(mkIf config.services.hydra.enable {
inherit (secrets) hydra;
})
];
};
}