From 2e00712037ce6848473b63f873da63204f780618 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 21 Jan 2023 22:46:34 +0100 Subject: [PATCH] VEGAS/ark-hosting: init --- hosts/VEGAS/services/ark-hosting/default.nix | 7 +++++++ hosts/VEGAS/system.nix | 1 + 2 files changed, 8 insertions(+) create mode 100644 hosts/VEGAS/services/ark-hosting/default.nix 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