summaryrefslogtreecommitdiff
path: root/guix/custom-packages/postfix.scm
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-01-10 20:55:48 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-01-10 20:55:48 +0100
commitf9e79ba673548f31d74742e9500ffb8c7329b73f (patch)
treed89c9dac6df15d48e35ce5059c878c8ecec6f4a2 /guix/custom-packages/postfix.scm
parent5cde98176edca195f99365ec9da1a130fc5b559f (diff)
downloaddeployment-f9e79ba673548f31d74742e9500ffb8c7329b73f.tar.gz
deployment-f9e79ba673548f31d74742e9500ffb8c7329b73f.tar.bz2
deployment-f9e79ba673548f31d74742e9500ffb8c7329b73f.zip
fix config
Diffstat (limited to 'guix/custom-packages/postfix.scm')
-rw-r--r--guix/custom-packages/postfix.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix/custom-packages/postfix.scm b/guix/custom-packages/postfix.scm
index 3e442be..97e858a 100644
--- a/guix/custom-packages/postfix.scm
+++ b/guix/custom-packages/postfix.scm
@@ -111,7 +111,9 @@
(define comment
"# Guix: This value should usually not be changed, as the
# compiled-in default value correctly points to the Guix store already.")
- (substitute* "postfix-install"
+ (substitute* (string-append
+ (assoc-ref outputs "out")
+ "/etc/postfix/main.cf")
(("^daemon_directory=" m) (string-append comment "\n#" m))))))))
(synopsis "High-performance mail transport agent")
(description