hainich/sympa: first try to generate config
This commit is contained in:
parent
6ede452d66
commit
ddbba09441
1 changed files with 13 additions and 8 deletions
|
@ -1,8 +1,13 @@
|
||||||
services.sympa = {
|
{ config, lib, pkgs, ... }:
|
||||||
enable = true;
|
|
||||||
lang = "de";
|
{
|
||||||
domains"lists.infra4future.de".webHost = "lists.infra4future.de";
|
services.sympa = {
|
||||||
domains"lists.hacc.space".webHost = "lists.hacc.space";
|
enable = true;
|
||||||
listMasters = postmaster@hacc.space
|
lang = "de";
|
||||||
mainDomain = "lists.infra4future.de"
|
domains."lists.infra4future.de".webHost = "lists.infra4future.de";
|
||||||
settings
|
domains."lists.hacc.space".webHost = "lists.hacc.space";
|
||||||
|
listMasters = [ "postmaster@hacc.space" ];
|
||||||
|
mainDomain = "lists.infra4future.de"
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue