aboutsummaryrefslogtreecommitdiff
path: root/homes
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2024-01-21 18:06:03 -0700
committerKenny Ballou <kb@devnulllabs.io>2024-01-21 20:08:26 -0700
commita8c88648271f83441f4339692e4309583391c99b (patch)
treed9ec71c922a2b051a28171e93f36b47c0a2e8afb /homes
parent0ea1c874eb365b2a36540c5e92e0c5c2f1899965 (diff)
downloaddotfiles-a8c88648271f83441f4339692e4309583391c99b.tar.gz
dotfiles-a8c88648271f83441f4339692e4309583391c99b.tar.xz
homes: axo: add recoll indexer mcron service
Extend home-mcron to run recoll indexing nightly. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'homes')
-rw-r--r--homes/axo.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/homes/axo.scm b/homes/axo.scm
index 2e813926..382d070b 100644
--- a/homes/axo.scm
+++ b/homes/axo.scm
@@ -23,6 +23,7 @@
#:use-module (kbg packages profiles statistics)
#:use-module (kbg services config dotfiles)
#:use-module (kbg services emacs)
+ #:use-module (kbg services mcron recoll)
#:use-module (kbg services pipewire)
#:use-module (kbg services shell)
#:use-module (kbg services shepherd)
@@ -41,7 +42,9 @@
(append bash-service
(configs-for-host 'axo)
emacs-service
- (list (service home-mcron-service-type))
+ (list (service home-mcron-service-type)
+ (service recoll-mcron-service-type
+ (recoll-mcron-configuration)))
(list (service home-dbus-service-type)
(service home-pipewire-service-type))
(services-for-host 'axo))))