about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-20 13:02:29 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-20 13:02:29 +0200
commitc8224ecc88e08b5c23e9f658cad5e155ef12ef56 (patch)
treedd64d36d2e8e6b109e4a42727d5f78039fc1bd56 /machines/profpatsch
parent04c5ce385993ec1671b716dee0046e81e94b668f (diff)
machines/katara: switch from notmuch to mu
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 5dbd7763..9338683d 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -194,7 +194,8 @@ in {
         elinks               # command line browser
         mutt-with-sidebar    # has been sucking less since 1995
         msmtp                # SMTP client
-        notmuch              # mail indexer
+        # notmuch              # mail indexer
+        mu                   # mail indexing w/ emacs mode
         pythonPackages.alot  # the next cool thing!
       ];
       nixPkgs = [
@@ -401,8 +402,8 @@ in {
             OnUnitActiveSec ="15m";
           };
         };
-        services.notmuch = {
-          description = "notmuch job";
+        services.mu = {
+          description = "mu job";
           serviceConfig = {
             Restart = "no";
             ExecStart = "${pkgs.notmuch}/bin/notmuch new";