From aa387393acf8b113b6688ac14c1176b1077cbd0f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 20 Mar 2023 11:19:17 -0300 Subject: system.scm: Set (mail-in-home? #f) --- src/infrastructure/guix/system.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 0b89afc..8011578 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -441,13 +441,8 @@ (service queue:shadow-group-service-type) (service queue:dkimproxyout-service-type) (service queue:cyrus-sasl-service-type) - (service queue:dovecot-service-type - (queue:dovecot-configuration - (mail-in-home? #t))) - (service queue:internet-postfix-service-type - (queue:postfix-configuration - (enable-submission? #t) - (mail-in-home? #t))) + (service queue:dovecot-service-type) + (service queue:internet-postfix-service-type) (service mail-aliases-service-type '(("root" "andreh") ("eu" "andreh") -- cgit v1.2.3