From 8a7cebc22c4cc9b02acc724906045961ecce2f20 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Dec 2017 22:54:45 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hel.nix b/hel.nix index be9bce6f..5272b3eb 100644 --- a/hel.nix +++ b/hel.nix @@ -21,6 +21,11 @@ networking = { hostName = "hel"; domain = "midgard.yggdrasil"; + + hosts = { + "127.0.0.1" = [ "hel.midgard.yggdrasil" "hel" ]; + "::1" = [ "hel.midgard.yggdrasil" "hel" ]; + }; firewall = { enable = true; -- cgit v1.2.3