diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-22 10:06:51 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-22 10:06:51 +0100 |
commit | fe3e529cf667ddacca331c09d3a3f33469676de6 (patch) | |
tree | de2627821609c13f3f746ab00a559fcbc98ecabd /configuration.nix | |
parent | 65ca536b3b3bf92115d0fd2618555ea056dc6b6f (diff) | |
download | nixcfg-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.nix | 4 |
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"; |