diff --git a/hosts/VEGAS/services/ark-hosting/default.nix b/hosts/VEGAS/services/ark-hosting/default.nix new file mode 100644 index 0000000..a6424c1 --- /dev/null +++ b/hosts/VEGAS/services/ark-hosting/default.nix @@ -0,0 +1,7 @@ +{ tools, ... }: + +{ + services.nginx.virtualHosts = { + "internal.ai.thevirtualarkade.net" = tools.nginx.vhosts.proxy "http://10.10.2.188:8080"; + }; +} diff --git a/hosts/VEGAS/system.nix b/hosts/VEGAS/system.nix index 7d0732e..92ebbed 100644 --- a/hosts/VEGAS/system.nix +++ b/hosts/VEGAS/system.nix @@ -16,6 +16,7 @@ # Services ./services/api + ./services/ark-hosting ./services/backbone-routing ./services/bitwarden ./services/fbi