Infini-DL360/forgejo: init

This commit is contained in:
Infinidoge 2024-05-09 02:35:23 -04:00
parent b8d33d3cff
commit b6d65220ad
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
3 changed files with 74 additions and 0 deletions

View file

@ -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";
})
];
};
}