]> Git — Sourcephile - sourcephile-nix.git/blob - info.nix
nix: update to nixos-24.11
[sourcephile-nix.git] / info.nix
1 {
2 gandi = {
3 dns = {
4 # https://docs.gandi.net/fr/noms_domaine/utilisateurs_avances/nameserver_secondaire.html
5 secondary = {
6 transfer = {
7 ipv4 = "217.70.177.40";
8 ipv6 = "2001:4b98:d:1::40";
9 };
10 ns = {
11 name = "ns6.gandi.net";
12 ipv4 = "217.70.177.42";
13 ipv6 = "2001:4b98:d:1::4b";
14 };
15 };
16 };
17 };
18 lebureau = {
19 dns = {
20 secondary = {
21 transfer = {
22 ipv4 = [ "45.13.107.8" "78.196.218.87" ];
23 ipv6 = [ "2a0e:e701:1010::1" "2a01:e34:ec4d:a570::2" ];
24 };
25 };
26 };
27 };
28 }