mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-31 09:55:38 +01:00
dns: remove kubernetes
This commit is contained in:
parent
46e0511168
commit
c3183b9e81
1 changed files with 0 additions and 9 deletions
|
@ -47,19 +47,10 @@ let
|
|||
A = [ "23.88.121.184" ];
|
||||
AAAA = [ "2a01:4f8:c012:49de::1" ];
|
||||
};
|
||||
k8s-master-1 = {
|
||||
A = [ "88.198.147.123" ];
|
||||
AAAA = [ "2a01:4f8:c012:ae0a::1" ];
|
||||
};
|
||||
ns = falkenstein;
|
||||
mail = falkenstein;
|
||||
_dmarc.TXT = [ "v=DMARC1; p=none; adkim=s; fo=1; rua=mailto:dmarc@rfive.de; ruf=mailto:dmarc@rfive.de" ];
|
||||
_domainkey.subdomains.rspamd.TXT = [ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoirUMubro4nlmY6a8JMwK9QB2agAXiJzexDU/7ba6KCggONfoSTfUHlrM/XeM1GG/9oKpngApxDPP97adJuxc8/EELyo4HjTyYD8GBFZhg0AN7V8IPaJ1o5k6dGDk8ZLh41ZCnlAVWkhVSKs5pYtzkrlJIfUSzyuoe8nuFsVe3QIDAQAB" ];
|
||||
k8s.subdomains."*" = {
|
||||
A = [ "88.198.147.123" ];
|
||||
AAAA = [ "2a01:4f8:c012:ae0a::1" ];
|
||||
};
|
||||
|
||||
}
|
||||
(builtins.removeAttrs (genCNAMEs "nuc") [ ":2018" ])
|
||||
(builtins.removeAttrs (genCNAMEs "falkenstein") [ "mail" ":2018" ])
|
||||
|
|
Loading…
Add table
Reference in a new issue