|
|
@ -1,6 +1,17 @@
|
|
|
|
{ config, pkgs, ... }:
|
|
|
|
{ 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
|
|
|
|
# Utilisation d'adresse IPv6 temporaire
|
|
|
|
|
|
|
|
|
|
|
|
## https://blog.linitx.com/control-privacy-addressing-ipv6-linux/
|
|
|
|
## https://blog.linitx.com/control-privacy-addressing-ipv6-linux/
|
|
|
|