forked from pub-solar/os
Add more hosts to /etc/hosts
This commit is contained in:
parent
ea32e36c57
commit
e5ddbd1f75
|
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue