summary refs log tree commit diff
path: root/nixos/modules/services/networking/mailpile.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/mailpile.nix')
-rw-r--r--nixos/modules/services/networking/mailpile.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/nixos/modules/services/networking/mailpile.nix b/nixos/modules/services/networking/mailpile.nix
index c42d3d5a44c..b79ee11d17d 100644
--- a/nixos/modules/services/networking/mailpile.nix
+++ b/nixos/modules/services/networking/mailpile.nix
@@ -18,12 +18,8 @@ in
   options = {
 
     services.mailpile = {
-      enable = mkOption {
-        default = false;
-        description = "
-          Whether to enable Mailpile the mail client.
-        ";
-      };
+      enable = mkEnableOption "Mailpile the mail client";
+
       hostname = mkOption {
         default = "localhost";
         description = "Listen to this hostname or ip.";