From 382b0af7142a3a88678e355a67a0b89e55114100 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 30 May 2024 19:31:21 +0200 Subject: [PATCH] loopback for domains --- hosts/default/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 5663118..a66aaa2 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -44,6 +44,9 @@ networking = { hostName = "lambdaOS"; # Define your hostname. + hosts = { + "127.0.0.1" = ["images.noa.voorwaarts.nl" "sods.noa.voorwaarts.nl" "noa.voorwaarts.nl"]; + }; }; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.