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
wip/yesman
aszlig 8 years ago
parent 603b73f1e1
commit 2af7051197
No known key found for this signature in database
GPG Key ID: 1DE8E48E57DB5436
  1. 2
      nixos/modules/module-list.nix
  2. 0
      nixos/modules/services/mail/offlineimap.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

Loading…
Cancel
Save