nextgum.r: add extra hosts cache.gum, gold

This commit is contained in:
makefu 2018-08-06 16:31:04 +02:00
parent a921186396
commit 5c7b8b6d0a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -336,7 +336,6 @@ with import <stockholm/lib>;
"krebsco.de" = '' "krebsco.de" = ''
euer IN MX 1 aspmx.l.google.com. euer IN MX 1 aspmx.l.google.com.
nixos.unstable IN CNAME krebscode.github.io. nixos.unstable IN CNAME krebscode.github.io.
gold IN A ${nets.internet.ip4.addr}
boot IN A ${nets.internet.ip4.addr} boot IN A ${nets.internet.ip4.addr}
''; '';
}; };
@ -522,6 +521,13 @@ with import <stockholm/lib>;
}; };
nextgum = rec { nextgum = rec {
ci = true; ci = true;
extraZones = {
"krebsco.de" = ''
cache.euer IN A ${nets.internet.ip4.addr}
cache.gum IN A ${nets.internet.ip4.addr}
gold IN A ${nets.internet.ip4.addr}
'';
};
cores = 8; cores = 8;
nets = rec { nets = rec {
internet = { internet = {
@ -537,6 +543,7 @@ with import <stockholm/lib>;
ip6.addr = "42:f9f0:0000:0000:0000:0000:0000:70d3"; ip6.addr = "42:f9f0:0000:0000:0000:0000:0000:70d3";
aliases = [ aliases = [
"nextgum.r" "nextgum.r"
"cache.gum.r"
]; ];
tinc.pubkey = '' tinc.pubkey = ''
-----BEGIN RSA PUBLIC KEY----- -----BEGIN RSA PUBLIC KEY-----