forked from Fachschaft/nixConfig
Disable matheball.de forwards and submission to mail allowlist until we actually handle it
This commit is contained in:
parent
beaab16ffa
commit
68a02c75e1
1 changed files with 3 additions and 1 deletions
|
@ -15,10 +15,12 @@
|
||||||
stalwartAdminHash = "$argon2i$v=19$m=4096,t=3,p=1$d0hYOTkzclpzSmFTZUplWnhVeWE$I7q9uB19RWL0oZKaPlMPSlGfFp6FQ/vrx80FFKCsalg";
|
stalwartAdminHash = "$argon2i$v=19$m=4096,t=3,p=1$d0hYOTkzclpzSmFTZUplWnhVeWE$I7q9uB19RWL0oZKaPlMPSlGfFp6FQ/vrx80FFKCsalg";
|
||||||
domains = [
|
domains = [
|
||||||
# lists.mathebau.de is forwarded to another VM and does not need to be listed here.
|
# lists.mathebau.de is forwarded to another VM and does not need to be listed here.
|
||||||
{
|
/*
|
||||||
|
{
|
||||||
domain = "matheball.de";
|
domain = "matheball.de";
|
||||||
allowlistPass = config.sops.secrets."allowlistPass/matheball".path;
|
allowlistPass = config.sops.secrets."allowlistPass/matheball".path;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
domain = "mathebau.de";
|
domain = "mathebau.de";
|
||||||
allowlistPass = config.sops.secrets."allowlistPass/mathebau".path;
|
allowlistPass = config.sops.secrets."allowlistPass/mathebau".path;
|
||||||
|
|
Loading…
Add table
Reference in a new issue