diff --git a/systems/LoutreOS/network.nix b/systems/LoutreOS/network.nix index 5fdbc50..1545a79 100644 --- a/systems/LoutreOS/network.nix +++ b/systems/LoutreOS/network.nix @@ -32,6 +32,7 @@ useDHCP = false; nameservers = [ + # https://www.dns0.eu/fr "193.110.81.0" "185.253.5.0" ]; @@ -45,7 +46,7 @@ interfaces = { bouygues = { - # Adresse MAC BBox ? https://lafibre.info/remplacer-bbox/informations-de-connexion-ftth/msg598303/#msg598303 + # Adresse MAC BBox : https://lafibre.info/remplacer-bbox/informations-de-connexion-ftth/msg598303/#msg598303 macAddress = "E8:AD:A6:21:73:68"; useDHCP = true; }; @@ -318,6 +319,7 @@ EmitRouter = true; EmitDNS = true; DNS = [ + # https://www.dns0.eu/fr "193.110.81.0" "185.253.5.0" ]; @@ -352,6 +354,7 @@ ipv6SendRAConfig = { EmitDNS = true; DNS = [ + # https://www.dns0.eu/fr "2a0f:fc80::" "2a0f:fc81::" ];