diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2026-08-12 11:07:51 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2026-08-12 11:08:26 -0400 |
| commit | 25b9e19efd1cb0939d647780e969201de07e11e8 (patch) | |
| tree | 79e670656908c804f6ff2b80d839c8db904bd172 | |
| parent | properly cleanup old mbsync timer (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | .chezmoiignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 7c7bb6b..5a9d604 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -20,6 +20,15 @@ crontab afs {{- end }} +{{- if not (eq .chezmoi.hostname "asteria") }} +.config/borgmatic/music.yaml +.config/borgmatic/pictures.yaml +.config/borgmatic/tosh.yaml +.config/systemd/user/timers.target.wants/borgmatic@music.timer +.config/systemd/user/timers.target.wants/borgmatic@pictures.timer +.config/systemd/user/timers.target.wants/borgmatic@tosh.timer +{{- end }} + # files in home .*~ .**/*~ |
