about summary refs log tree commit diff
path: root/nix/hosts/corrino/www/ctf.emile.space.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-07-27 11:11:14 +0200
committerEmile <git@emile.space>2025-07-27 11:11:14 +0200
commitf1e3d3074c6f62b0991af3655ace2c06dabeb9c0 (patch)
tree2a4e441d7f1065dfaa236d0521c7d46789c406e3 /nix/hosts/corrino/www/ctf.emile.space.nix
parente1503afe5b1b3c08c0673be5d987accb21cf435f (diff)
a small commit for mankind, nah, a big one!
- moved the oidc client secrets into age secrets (and rotated them)
- changed stuff™
Diffstat (limited to 'nix/hosts/corrino/www/ctf.emile.space.nix')
-rw-r--r--nix/hosts/corrino/www/ctf.emile.space.nix21
1 files changed, 11 insertions, 10 deletions
diff --git a/nix/hosts/corrino/www/ctf.emile.space.nix b/nix/hosts/corrino/www/ctf.emile.space.nix
index 28c9419..a6ebd05 100644
--- a/nix/hosts/corrino/www/ctf.emile.space.nix
+++ b/nix/hosts/corrino/www/ctf.emile.space.nix
@@ -7,18 +7,19 @@
 
     locations = {
       "/" = {
-        proxyPass = "http://127.0.0.1:${toString config.emile.ports.ctf}";
+        # proxyPass = "http://127.0.0.1:${toString config.emile.ports.ctf}";
+        proxyPass = "http://138.199.213.51";
       };
     };
   };
 
-  virtualisation.oci-containers = {
-    # backend = "docker";
-    containers = {
-      "ctfd" = {
-        image = "ctfd/ctfd";
-        ports = [ "${toString config.emile.ports.ctf}:8000" ];
-      };
-    };
-  };
+  # virtualisation.oci-containers = {
+  #   # backend = "docker";
+  #   containers = {
+  #     "ctfd" = {
+  #       image = "ctfd/ctfd";
+  #       ports = [ "${toString config.emile.ports.ctf}:8000" ];
+  #     };
+  #   };
+  # };
 }