From fe217238f4ab00b6a59922208b9cc20777a7e28e Mon Sep 17 00:00:00 2001 From: Dennis Wuitz Date: Mon, 25 Dec 2023 19:17:39 +0100 Subject: [PATCH] add experimental docker features --- systems/palatine-hill/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index ce7d8bc..ddb532a 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -11,6 +11,7 @@ recommendedDefaults = true; logDriver = "local"; daemon."settings" = { + experimental = true; exec-opts = [ "native.cgroupdriver=systemd" ]; log-opts = { max-size = "10m";