From 2e69a67b2ab780c968d3e1d85f5a0b0e20809b58 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 21 Jul 2025 18:53:24 +0000 Subject: [PATCH] Update test-corp modules for latest testing --- host/test-corp/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/host/test-corp/configuration.nix b/host/test-corp/configuration.nix index da3461e..9ffd382 100644 --- a/host/test-corp/configuration.nix +++ b/host/test-corp/configuration.nix @@ -5,9 +5,11 @@ ]; myModules = { - authentik.enable = true; - cloud-init.enable = true; + authentik.enable = false; + caddy.enable = true; + cloud-init.enable = false; do-agent.enable = true; podman.enable = true; + sillytavern.enable = false; }; }