From be0ccc9e7959bd38725d014f36ab19a20802c3a7 Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 4 May 2026 23:17:12 +0200 Subject: [PATCH] Test fix --- systems/sandbox/cfg.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index ef5a16b..b9e6004 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -30,8 +30,8 @@ dbHost = "localhost"; containers = { - cloud.enable = true; - authentik.enable = true; + cloud = {enable = true}; + authentik = {enable = true}; }; }; };