Enable tealdeer auto-updates

This commit is contained in:
ItsDrike 2024-04-05 00:49:33 +02:00
parent 604a0d284b
commit 5f308a042e
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -9,7 +9,8 @@
use_pager = true;
};
updates = {
auto_update = false;
auto_update = true;
auto_update_interval_hours = 720; # 30 days
};
};
};