diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index ab7ffca..c9196d7 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -2,7 +2,7 @@ ((ice-9 textual-ports) #:prefix textual-ports:) ((srfi srfi-1) #:prefix s1:) ((xyz euandreh heredoc) #:prefix heredoc:) - (xyz euandreh queue) + ((xyz euandreh queue) #:prefix queue:) (gnu) (guix build-system trivial) (guix build utils) @@ -358,12 +358,12 @@ (public-key "8IxSFlJoFuTzLtIkoKZH4CkUbIxd6++E0lBOin/7rT8=") (allowed-ips '("10.0.0.2/32")) (keep-alive 25)))))) - (service shadow-group-service-type) - (service dkimproxyout-service-type) - (service dovecot2-service-type) - (service cyrus-sasl-service-type) - (service postfix-service-type - (postfix-configuration + (service queue:shadow-group-service-type) + (service queue:dkimproxyout-service-type) + (service queue:dovecot2-service-type) + (service queue:cyrus-sasl-service-type) + (service queue:postfix-service-type + (queue:postfix-configuration (main.cf-extra #"- canonical_maps = inline:{ andreh=eu@euandre.org } alias_database = static:eu@euandre.org |