From 6cf055b0e68976c163f817c0b84649a86e5c68bc Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 22 Jul 2023 12:25:21 -0700 Subject: [PATCH] Drop all capabilities --- tesla-mate-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {