summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-11 22:54:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-11 22:54:45 +0100
commit8a7cebc22c4cc9b02acc724906045961ecce2f20 (patch)
tree77d0dd83415d453036bfcd48f9a892440ffd0f82
parentf744911b651b2dc7d7b23c9569ec7cd972efd4ae (diff)
downloadnixos-8a7cebc22c4cc9b02acc724906045961ecce2f20.tar
nixos-8a7cebc22c4cc9b02acc724906045961ecce2f20.tar.gz
nixos-8a7cebc22c4cc9b02acc724906045961ecce2f20.tar.bz2
nixos-8a7cebc22c4cc9b02acc724906045961ecce2f20.tar.xz
nixos-8a7cebc22c4cc9b02acc724906045961ecce2f20.zip
-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;