diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = |