diff options
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"; |