From 8876b63c7b181c2549730911e01609d95f3a72bf Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 4 May 2026 23:17:31 +0200 Subject: [PATCH] Fix2 --- 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 b9e6004..8ce2c68 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;}; }; }; };