From e5ddbd1f75c3fae0c237411992e32c19e9e33165 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Wed, 7 Jul 2021 19:13:46 +0200 Subject: [PATCH] Add more hosts to /etc/hosts --- hosts/con/con.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/con/con.nix b/hosts/con/con.nix index faa64ee7..ede5188c 100644 --- a/hosts/con/con.nix +++ b/hosts/con/con.nix @@ -27,7 +27,14 @@ in }; }; networking.hosts = { - "127.0.0.1" = [ "virtrex.test" "expo.test" "proxy.test" ]; + "127.0.0.1" = [ + "virtrex.test" + "api.virtrex.test" + "expo.test" + "proxy.test" + "dachfensterkonfigurator.test" + "handwerker.velux.test" + ]; }; }; }