diff --git a/configuration.nix b/configuration.nix index c69ddae..c53cbff 100644 --- a/configuration.nix +++ b/configuration.nix @@ -117,6 +117,11 @@ in # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.extraHosts = + '' + 10.66.66.1 wgexit + 10.66.40.1 tnoe + ''; hardware.bluetooth.enable = true; services.blueman.enable = true; #services.modemmanager.enable = true;