diff options
author | Tanguy Le Carrour <[email protected]> | 2023-05-17 10:51:44 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2023-05-30 00:15:30 +0200 |
commit | 110462bb2f1678fb0147a5845b2b48d0566ce0b4 (patch) | |
tree | 8f17b98ac4d00309f1a508a5d40850ae708e22ac /gnu/local.mk | |
parent | 4ebefac412147b8dcf076d57f624e72b8f583bc5 (diff) |
home: services: Add msmtp service.
* gnu/home/services/mail.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Mail Home Services): New node.
Co-authored-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 73370dcc78..ba1b42fc05 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -35,7 +35,7 @@ # Copyright © 2020 Ryan Prior <[email protected]> # Copyright © 2020 Jan Wielkiewicz <[email protected]> # Copyright © 2020, 2021 Brice Waegeneire <[email protected]> -# Copyright © 2020 Tanguy Le Carrour <[email protected]> +# Copyright © 2020, 2023 Tanguy Le Carrour <[email protected]> # Copyright © 2020 Martin Becze <[email protected]> # Copyright © 2020 Malte Frank Gerdes <[email protected]> # Copyright © 2020, 2023 Vinicius Monego <[email protected]> @@ -94,6 +94,7 @@ GNU_SYSTEM_MODULES = \ %D%/home/services/fontutils.scm \ %D%/home/services/gnupg.scm \ %D%/home/services/guix.scm \ + %D%/home/services/mail.scm \ %D%/home/services/media.scm \ %D%/home/services/messaging.scm \ %D%/home/services/pm.scm \ |