infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 952a024bc2f02833c96ff30648e01651d0fcee74
parent b134593dad3b349ea9e599ab99f99bad7699f4bb
Author: Silas Brack <silasbrack@gmail.com>
Date:   Fri, 10 Jul 2026 21:12:16 +0200

feat: add mbsync periodic sync

Diffstat:
Mhosts/gaia/home.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/hosts/gaia/home.nix b/hosts/gaia/home.nix @@ -33,6 +33,12 @@ ]; }; + services.mbsync = { + enable = true; + frequency = "*:0/5"; + postExec = "${pkgs.notmuch}/bin/notmuch new"; + }; + programs.mbsync = { enable = true; extraConfig = ''