summaryrefslogtreecommitdiff
path: root/env/acme/domains.nix
blob: 041239184be1dd4c8e04042268f9efd830d048b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  host = {
    main = "34project.org";
    www = "www.34project.org";
    mail = "mail.34project.org";
  };

  smtp.main = "smtp.34project.org";
  imap.main = "imap.34project.org";

  git.main = "git.cluster451.org";
}