diff options
Diffstat (limited to 'src/xyz/euandreh/queue.scm')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index f17a263..4183ae8 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -1057,7 +1057,7 @@ keyfile ~a/private.key (define (postfix-nginx-locations config) - (match-record config <postfix-configuration>) + (match-record config <postfix-configuration> (hostname) (nginx-server-configuration (server-name (list (string-append "mta-sts." hostname))) @@ -1080,7 +1080,7 @@ mx: ~a max_age: 604800 " hostname)) - ";")))))))) + ";"))))))))) (define (postfix-certificates config) (match-record config <postfix-configuration> |