From 152d6cac863cae6fd99285188a7b5740e46791d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 7 Feb 2025 13:19:51 +0100 Subject: [PATCH] Revert journald changes --- system/monitoring/logs.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/system/monitoring/logs.nix b/system/monitoring/logs.nix index 827a368..e003f97 100644 --- a/system/monitoring/logs.nix +++ b/system/monitoring/logs.nix @@ -1,15 +1,5 @@ { ... }: { - # Configure journald - services.journald = { - extraConfig = [ - "SystemMaxUse=500M" - "SystemKeepFree=1G" - ]; - rateLimitInterval = "10s"; - }; - - # Configure promtail services.promtail = { enable = true; configuration = {