From 2c4daa1766778d6f8f3dfbe3f517f277f0c6a03f Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 3 Jun 2016 14:50:33 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20domaines=20recherch=C3=A9s=20par=20le?= =?UTF-8?q?=20DNS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- networking.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/networking.nix b/networking.nix index e2934a6..7a03a67 100644 --- a/networking.nix +++ b/networking.nix @@ -1,6 +1,17 @@ { config, pkgs, ... }: { + # Définition des domaines utilisés lorsque un identifiant non-FQDN est donné. + networking = { + search = [ + "dubronetwork.fr" + "prunetwork.fr" + "teleragno.fr" + "teleragno.net" + ]; + dnsExtensionMechanism = true; + }; + # Utilisation d'adresse IPv6 temporaire ## https://blog.linitx.com/control-privacy-addressing-ipv6-linux/