summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-09-26 21:18:06 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-09-26 21:18:06 +0200
commit2af70511974a79814e88c35d0172be5d502ec0c3 (patch)
tree4529b80e49101bffa808ce53ad4aacc08b71f792 /nixos/modules/module-list.nix
parent603b73f1e13399730648374d78d63d715d6bb617 (diff)
downloadnixlib-2af70511974a79814e88c35d0172be5d502ec0c3.tar
nixlib-2af70511974a79814e88c35d0172be5d502ec0c3.tar.gz
nixlib-2af70511974a79814e88c35d0172be5d502ec0c3.tar.bz2
nixlib-2af70511974a79814e88c35d0172be5d502ec0c3.tar.lz
nixlib-2af70511974a79814e88c35d0172be5d502ec0c3.tar.xz
nixlib-2af70511974a79814e88c35d0172be5d502ec0c3.tar.zst
nixlib-2af70511974a79814e88c35d0172be5d502ec0c3.zip
nixos/offlineimap: Move to services/mail
The services/networking directory is already quite polluted and the
first point where I was looking for the offlineimap module was in
services/mail and didn't find it there.

Offlineimap already has IMAP in its name and clearly belongs to the
"mail" category so let's move it there.

Tested by evaluating a configuration with services.offlineimap enabled.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @DamienCassou
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 2c422085a74f..2edce826f602 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -210,6 +210,7 @@
   ./services/mail/freepops.nix
   ./services/mail/mail.nix
   ./services/mail/mlmmj.nix
+  ./services/mail/offlineimap.nix
   ./services/mail/opendkim.nix
   ./services/mail/opensmtpd.nix
   ./services/mail/postfix.nix
@@ -382,7 +383,6 @@
   ./services/networking/ntopng.nix
   ./services/networking/ntpd.nix
   ./services/networking/nylon.nix
-  ./services/networking/offlineimap.nix
   ./services/networking/oidentd.nix
   ./services/networking/openfire.nix
   ./services/networking/openntpd.nix