mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: fix ns on malka.sh to work with ovh
This commit is contained in:
parent
292e125ec0
commit
6b63741231
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue