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