diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 9c8cb79..be25492 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,7 +25,7 @@ in # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Networking configuration (static IPs for each node is defined in node/*.nix) - networking.nameservers = [ "9.9.9.9" ]; + networking.nameservers = [ "9.9.9.9" "213.186.33.99" "172.104.136.243" ]; # Wireguard VPN configuration # TODO: Max dit qu'on peut monter persistentKeepalive à 25s car les NAT ne mettent pas de tiemout inférieur à 30s |