feat: add authelia mail account

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-07 10:30:36 +02:00
parent a7f742b6c8
commit 820cb47af0
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 14 additions and 7 deletions

View file

@ -37,6 +37,12 @@ in
sopsFile = ./secrets.yaml;
};
sops.secrets.mail-password-authelia = {
owner = "root";
group = "root";
sopsFile = ./secrets.yaml;
};
mailserver = {
enable = true;
fqdn = "mail.escapeangle.com";
@ -54,6 +60,10 @@ in
"escapeangle.com"
];
};
"authelia@escapeangle.com" = {
hashedPasswordFile = config.sops.secrets.mail-password-authelia.path;
};
};
extraVirtualAliases = {