Skip to content

Commit

Permalink
Update auto_update_interval_hours in tealdeer.nix for more frequent u…
Browse files Browse the repository at this point in the history
…pdates
  • Loading branch information
ryanwclark committed Jan 21, 2025
1 parent 25d2307 commit d5fc8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/features/cli/tealdeer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};
updates = {
auto_update = true;
auto_update_interval_hours = 240;
auto_update_interval_hours = 24;
};
};
};
Expand Down

0 comments on commit d5fc8d2

Please sign in to comment.