summaryrefslogtreecommitdiff
path: root/hosts/cloud/bkk/jmap.nix
blob: 7663926c4b4ab6e66d5eeb0cd0da72d04476de88 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  config,
  pkgs,
  ...
}: let 
domain = "yago.onl";
in {
  services.stalwart-mail = {
  enable = true;
  };
}