feat: add forgejo
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
813ddd2c0d
commit
c8010868c7
8 changed files with 175 additions and 4 deletions
|
|
@ -43,7 +43,13 @@ in
|
|||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
|
||||
sops.secrets.mail-password-forgejo = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
mailserver = {
|
||||
|
||||
enable = true;
|
||||
fqdn = "mail.escapeangle.com";
|
||||
domains = [ "escapeangle.com" ];
|
||||
|
|
@ -64,6 +70,10 @@ in
|
|||
"authelia@escapeangle.com" = {
|
||||
hashedPasswordFile = config.sops.secrets.mail-password-authelia.path;
|
||||
};
|
||||
|
||||
"forgejo@escapeangle.com" = {
|
||||
hashedPasswordFile = config.sops.secrets.mail-password-forgejo.path;
|
||||
};
|
||||
};
|
||||
|
||||
extraVirtualAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue