WIP: nyarlathotep: cleanup after deployment #55

Draft
Gonne wants to merge 13 commits from Gonne/nixConfig:nyarlathotep into main
Showing only changes of commit 68a02c75e1 - Show all commits

View file

@ -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;