diff --git a/tesla-mate-container.nix b/tesla-mate-container.nix index 12b8b4f..e71da24 100644 --- a/tesla-mate-container.nix +++ b/tesla-mate-container.nix @@ -26,7 +26,7 @@ let ports = [ "4000:4000" ]; user = "${toString teslaMateUid}:${toString teslaMateUid}"; env_file = [ teslaMateEnvFile ]; - cap_drop = "all"; + capabilities.ALL = false; }; }; postgres = {