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.