From 4f1351053dce2df49d04bb48630608ebc6fbaa89 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 4 Jun 2024 10:37:15 +0200 Subject: [PATCH] update hosts --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.