From c55e1af4b4e8e7983207ef7f7383c82517bddb36 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 14:59:24 -0300 Subject: system.scm: Remove unused Postfix extra config - `alias_database` is already being performed the `mail-aliases-service-type`; - `canonical_maps` is unused AFAICT. --- src/infrastructure/guix/system.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index d744624..83617f9 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -470,11 +470,7 @@ (mail-in-home? #t))) (service queue:postfix-service-type (queue:postfix-configuration - (mail-in-home? #t) - (main.cf-extra #"- - canonical_maps = inline:{ andreh=eu@euandre.org } - alias_database = static:eu@euandre.org - "#))) + (mail-in-home? #t))) (service mail-aliases-service-type '(("root" "andreh") ("eu" "andreh") -- cgit v1.2.3