haccfiles/hosts/hainich/services/sympa.nix

14 lines
311 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
services.sympa = {
enable = true;
lang = "de";
domains."lists.infra4future.de".webHost = "lists.infra4future.de";
domains."lists.hacc.space".webHost = "lists.hacc.space";
listMasters = [ "postmaster@hacc.space" ];
2021-01-27 16:17:13 +00:00
mainDomain = "lists.infra4future.de";
};
}