aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-22 10:06:51 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-22 10:06:51 +0100
commitfe3e529cf667ddacca331c09d3a3f33469676de6 (patch)
treede2627821609c13f3f746ab00a559fcbc98ecabd /configuration.nix
parent65ca536b3b3bf92115d0fd2618555ea056dc6b6f (diff)
downloadnixcfg-fe3e529cf667ddacca331c09d3a3f33469676de6.tar.gz
nixcfg-fe3e529cf667ddacca331c09d3a3f33469676de6.zip
Use local DNS resolver instead of quad9 that wasn't working very well
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/configuration.nix b/configuration.nix
index bdc6f97..8feb850 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -23,10 +23,6 @@
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.useDHCP = false;
- # 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" ];
# Set your time zone.
time.timeZone = "Europe/Paris";