chore: fix ns on malka.sh to work with ovh

This commit is contained in:
Julien Malka 2024-09-05 10:55:25 +02:00
parent 292e125ec0
commit 6b63741231
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, lib, ... }:
{
services.stalwart-mail = {
enable = true;
@ -178,6 +178,11 @@
};
machine.meta.zones."malka.sh" = {
# todo: remove when we are at a registar that knows how to publish GLUE records
NS = lib.mkForce [
"ns1.luj.fr."
"ns2.luj.fr."
];
MX = [
{
preference = 10;