about summary refs log tree commit diff stats
path: root/share/leo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/leo.conf')
-rw-r--r--share/leo.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/leo.conf b/share/leo.conf
index 3256d9a..8ccfb02 100644
--- a/share/leo.conf
+++ b/share/leo.conf
@@ -1,6 +1,9 @@
 backup_dir = /home/andinus/backups
 
 gpg_fingerprint = D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD
+# You don't have to include your key in gpg_recipients, it's added by
+# default. Add multiple keys seperated by a space.
+gpg_recipients = D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD
 gpg_bin = gpg2
 
 signify_seckey = /home/andinus/.totally_not_my_key.sec
06 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167