secrets: add hydra environment file
This commit is contained in:
parent
8368be4f18
commit
0df59f03b8
3 changed files with 51 additions and 0 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue