diff options
Diffstat (limited to 'tests/local/system.scm')
-rw-r--r-- | tests/local/system.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/local/system.scm b/tests/local/system.scm index a520ee1..9f9a195 100644 --- a/tests/local/system.scm +++ b/tests/local/system.scm @@ -1,5 +1,5 @@ (use-modules - ((org euandre queue) #:prefix queue:) + ((org euandre queue) #:prefix q:) ((xyz euandreh heredoc) #:prefix heredoc:) (gnu)) (use-package-modules) @@ -11,8 +11,8 @@ (services (append (list - (service queue:local-postfix-service-type - (queue:postfix-configuration + (service q:local-postfix-service-type + (q:postfix-configuration (main.cf-extra #"- smtp_sender_dependent_authentication = yes sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps |