feat: add authelia mail account
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
a7f742b6c8
commit
820cb47af0
2 changed files with 14 additions and 7 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue