parent
1fb2c40730
commit
147d480291
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ in
|
|||
SOA = {
|
||||
nameServer = "ns2.darkkirb.de.";
|
||||
adminEmail = "lotte@chir.rs";
|
||||
serial = 2;
|
||||
serial = 3;
|
||||
};
|
||||
NS = [
|
||||
"ns2.darkkirb.de."
|
||||
|
@ -193,5 +193,8 @@ in
|
|||
backup.CNAME = [ "nas" ];
|
||||
cache.CNAME = [ "nixos-8gb-fsn1-1" ];
|
||||
hydra.CNAME = [ "nutty-noon" ];
|
||||
_acme-challenge = delegateTo [
|
||||
"ns2.darkkirb.de."
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue