From 94a23f3806cbff2e737685bd5893cce276d739eb Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 27 Jul 2024 20:17:55 -0700 Subject: [PATCH] Add pihole IP address --- nalai/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nalai/configuration.nix b/nalai/configuration.nix index d1338f3..acd149b 100644 --- a/nalai/configuration.nix +++ b/nalai/configuration.nix @@ -28,6 +28,9 @@ }]; }; + networking.extraHosts = '' + 192.168.1.5 pihole.home.arpa + ''; networking.hostName = "nalai"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.