Infini-DL360/forgejo: init
This commit is contained in:
parent
b8d33d3cff
commit
b6d65220ad
3 changed files with 74 additions and 0 deletions
|
@ -41,6 +41,9 @@ in
|
|||
(mkIf config.services.freshrss.enable {
|
||||
"freshrss" = withOwnerGroup "freshrss" secrets."freshrss";
|
||||
})
|
||||
(mkIf config.services.forgejo.enable {
|
||||
"smtp-password" = withGroup "smtp" secrets."smtp-password";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue