all repos — nixfiles @ f3dcdc979045dd5d967720c5a5ec768cd50283f2

System and user configuration, managed by nix and home-manager

linde: automatically run etc compaction

Alan Pearce
commit

f3dcdc979045dd5d967720c5a5ec768cd50283f2

parent

f4003610a2a6a3c0995ce23a3adafa03f55451ba

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/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 =