Add more hosts to /etc/hosts

This commit is contained in:
teutat3s 2021-07-07 19:13:46 +02:00
parent ea32e36c57
commit e5ddbd1f75
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -27,7 +27,14 @@ in
}; };
}; };
networking.hosts = { 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"
];
}; };
}; };
} }