about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-07-02 13:30:10 +0100
committerdevhell <devhell@mailfresser.de>2019-07-02 13:30:10 +0100
commitf048b55f991b558ffc845b8728ba7074a58a6f2e (patch)
tree43489577ae9e145fe5fc227fe32f57de36581fac /machines/devhell/hildr.nix
parent04bbb9966ba29fca3026a606adaa42a8a415523b (diff)
{machines,modules}/devhell: Split offlineimap
I can't keep `offlineimap` as a service that applies to all, simply
because `gunnr` will never be able access IMAP from its network.
There's therefore little point in having it try to connect. So, instead
I've moved the service to all machines that are expected to be able to
access emails.
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 7df900c9..431dfd94 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -94,6 +94,11 @@
       enable = true;
       drivers = [ pkgs.foo2zjs pkgs.cups-brother-hl1110 ];
     };
+    offlineimap = {
+      enable = true;
+      install = true;
+      path = [ pkgs.notmuch ];
+    };
   };
 
   services.acpid = {