diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 20:05:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 20:05:43 -0300 |
commit | 130721cee3d42a59c55804a46ef531eb2500f09d (patch) | |
tree | ee8cd9609f88bee2c82c01a895cc836f1eb7052f /src | |
parent | Makefile: Build system on "all" target with symlink at "result" (diff) | |
download | toph-130721cee3d42a59c55804a46ef531eb2500f09d.tar.gz toph-130721cee3d42a59c55804a46ef531eb2500f09d.tar.xz |
system.scm: Use explicit "enable-submission?" from internet-postfix-service-type
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index ff5dcca..7e2a5dd 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -468,8 +468,9 @@ (service queue:dovecot2-service-type (queue:dovecot2-configuration (mail-in-home? #t))) - (service queue:postfix-service-type + (service queue:internet-postfix-service-type (queue:postfix-configuration + (enable-submission? #t) (mail-in-home? #t))) (service mail-aliases-service-type '(("root" "andreh") |