summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index be9bce6f..5272b3eb 100644
--- a/hel.nix
+++ b/hel.nix
@@ -21,6 +21,11 @@
21 networking = { 21 networking = {
22 hostName = "hel"; 22 hostName = "hel";
23 domain = "midgard.yggdrasil"; 23 domain = "midgard.yggdrasil";
24
25 hosts = {
26 "127.0.0.1" = [ "hel.midgard.yggdrasil" "hel" ];
27 "::1" = [ "hel.midgard.yggdrasil" "hel" ];
28 };
24 29
25 firewall = { 30 firewall = {
26 enable = true; 31 enable = true;