diff --git a/machines/cj/configuration.nix b/machines/cj/configuration.nix index 0a710b8..701a493 100644 --- a/machines/cj/configuration.nix +++ b/machines/cj/configuration.nix @@ -58,10 +58,12 @@ # The global useDHCP flag is deprecated, therefore explicitly set to false here. Per-interface useDHCP will be mandatory in the future, so this generated config replicates the default behaviour. useDHCP = false; interfaces.eth0.useDHCP = true; - interfaces.wlan0.useDHCP = true; + #interfaces.wlan0.useDHCP = true; + + nameservers = ["1.1.1.1" "9.9.9.9" "8.8.8.8" "1.0.0.1"]; enableIPv6 = true; - tempAddresses = "disabled"; # do not create temporary ipv6 addresses + #tempAddresses = "disabled"; # do not create temporary ipv6 addresses wireless = { enable = false; # turn of wifi until needed