hainich/sympa: first try to generate config

This commit is contained in:
schweby 2021-01-27 17:12:55 +01:00
parent 6ede452d66
commit ddbba09441

View file

@ -1,8 +1,13 @@
{ config, lib, pkgs, ... }:
{
services.sympa = { services.sympa = {
enable = true; enable = true;
lang = "de"; lang = "de";
domains"lists.infra4future.de".webHost = "lists.infra4future.de"; domains."lists.infra4future.de".webHost = "lists.infra4future.de";
domains"lists.hacc.space".webHost = "lists.hacc.space"; domains."lists.hacc.space".webHost = "lists.hacc.space";
listMasters = postmaster@hacc.space listMasters = [ "postmaster@hacc.space" ];
mainDomain = "lists.infra4future.de" mainDomain = "lists.infra4future.de"
settings };
}