depot/hosts/VEGAS/services/ark-hosting/default.nix

8 lines
153 B
Nix
Raw Normal View History

2023-01-21 23:46:34 +02:00
{ tools, ... }:
{
services.nginx.virtualHosts = {
"internal.ai.thevirtualarkade.net" = tools.nginx.vhosts.proxy "http://10.10.2.188:8080";
};
}