feat: Add headscale route to nginx

Change-Id: Ic094078521269832fbeecc7f6cad4391547bcf19
Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/730
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/common/nginx-routes.nix b/modules/common/nginx-routes.nix
index a4af2a8..af1de6b 100644
--- a/modules/common/nginx-routes.nix
+++ b/modules/common/nginx-routes.nix
@@ -1,5 +1,6 @@
 { pkgs, helpers, config, lib, ... }: {
   clicks.nginx.services = with helpers.nginx; [
+    (Host "clicks.domains" (ReverseProxy "192.168.0.2:80"))
     (Host "guide.trans.gg" (Compose [
       # PWA Manifest
       (Path "/_assets/manifest.json"