Change hostname to esrom.lan.

This commit is contained in:
Pim Kunis 2019-08-24 17:45:27 +02:00
parent 66291ac548
commit aa0624b43c
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ defmodule Firmware.Application do
def children(:host) do
{:ok, _} = Node.start(:"host@0.0.0.0")
Node.set_cookie(:testcookie)
true = Node.connect(:"esrom@nerves.local")
true = Node.connect(:"esrom@esrom.lan")
[]
end