mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-11 09:16:20 +02:00
Compare commits
No commits in common. "5ca2e591360044ff3402a489d77c9dd6d59f3356" and "56aa737255ae179fd78e4a9f02196c424fe302b6" have entirely different histories.
5ca2e59136
...
56aa737255
1 changed files with 0 additions and 8 deletions
|
@ -47,18 +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" ])
|
||||
|
|
Loading…
Add table
Reference in a new issue