From 587f33d70ab03770ebc40a27f9cfe39060f2a503 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 18 Nov 2024 12:52:52 +0100 Subject: [PATCH] hosts: add tnoe hosts --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;