Skip to content

Commit

Permalink
Rename playground.nixos.org to mail-test.nixos.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Oct 30, 2024
1 parent d18c700 commit d3b042f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions non-critical-infra/modules/mailserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

fqdn = config.networking.fqdn;

# TODO: create an `MX` record for `playground.nixos.org` (value `umbriel.nixos.org`): <https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html#set-a-mx-record>.
# TODO: create an `SPF` record for `playground.nixos.org`: <https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html#set-a-mx-record>.
# TODO: create an `MX` record for `mail-test.nixos.org` (value `umbriel.nixos.org`): <https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html#set-a-mx-record>.
# TODO: create an `SPF` record for `mail-test.nixos.org`: <https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html#set-a-mx-record>.
# TODO: create `DKIM` TXT record: <https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html#set-dkim-signature>.
# (can't do this until after SNM is deployed)
# TODO: set a `DMARC` record: <https://nixos-mailserver.readthedocs.io/en/latest/setup-guide.html#set-a-dmarc-record>.
# (and then make it strict (`v=DMARC1; p=reject; adkim=s; aspf=s;`) once things are working)
# TODO: change to `nixos.org` when ready
domains = [ "playground.nixos.org" ];
domains = [ "mail-test.nixos.org" ];
};
}
4 changes: 2 additions & 2 deletions non-critical-infra/modules/mailserver/mailing-lists.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let
# Mailing lists go here.
# TODO: replace with the real `nixos.org` mailing lists.
listsWithSecretFiles = {
"jfly@playground.nixos.org" = [
"jfly@playground.jflei.com"
"jfly@mail-test.nixos.org" = [
"jfly@mail-test.jflei.com"
../../secrets/jfly-email.umbriel
"[email protected]"
];
Expand Down

0 comments on commit d3b042f

Please sign in to comment.