linde: automatically run etc compaction
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -943,6 +943,9 @@ services.etcd = { enable = true; initialClusterState = "existing"; dataDir = "/var/lib/etcd"; # TODO backup + extraConf = { + AUTO_COMPACTION_RETENTION = "1h"; + }; }; services.dex =