diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index a54358b..260b1e6 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -45,7 +45,7 @@ networking = { hostName = "lambdaOS"; # Define your hostname. hosts = { - "127.0.0.1" = ["images.noa.voorwaarts.nl" "sods.noa.voorwaarts.nl" "noa.voorwaarts.nl"]; + "127.0.0.1" = ["images.noa.voorwaarts.nl" "sods.noa.voorwaarts.nl" "noa.voorwaarts.nl" "testing.noa.voorwaarts.nl" ]; }; }; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.