From f3dcdc979045dd5d967720c5a5ec768cd50283f2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 8 Jul 2024 07:49:35 +0200 Subject: linde: automatically run etc compaction --- system/linde.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/linde.nix b/system/linde.nix index c0af9144..ee680eb0 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -943,6 +943,9 @@ in enable = true; initialClusterState = "existing"; dataDir = "/var/lib/etcd"; # TODO backup + extraConf = { + AUTO_COMPACTION_RETENTION = "1h"; + }; }; services.dex = -- cgit 1.4.1