From f3581ffe00259c2995de9816647f7ed6e8b2bb78 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 25 Dec 2025 17:28:52 +0000 Subject: [PATCH] log --- hosts/mindy/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/mindy/default.nix b/hosts/mindy/default.nix index ed8a06c..8e518c1 100644 --- a/hosts/mindy/default.nix +++ b/hosts/mindy/default.nix @@ -45,7 +45,12 @@ ]; }; - virtualisation.docker.enable = true; + virtualisation.docker = { + enable = true; + daemon.settings = { + log-driver = "local"; + }; + }; networking.hostName = hostname; }