summary refs log tree commit diff
path: root/nixos/modules/services/mail/offlineimap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/mail/offlineimap.nix')
-rw-r--r--nixos/modules/services/mail/offlineimap.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/offlineimap.nix b/nixos/modules/services/mail/offlineimap.nix
index 85ece020905..4b24bd8d081 100644
--- a/nixos/modules/services/mail/offlineimap.nix
+++ b/nixos/modules/services/mail/offlineimap.nix
@@ -12,7 +12,6 @@ in {
     install = mkOption {
       type = types.bool;
       default = false;
-      example = true;
       description = ''
         Whether to install a user service for Offlineimap. Once
         the service is started, emails will be fetched automatically.