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}; }; }; };