summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-10 02:58:55 +0300
committerNikolay Amiantov <ab@fmap.me>2016-02-10 02:59:15 +0300
commit37bb4855c8da5d2010f35ebc44aef4e83eae150b (patch)
tree7566566e49a6f43f909314a0062824b923427a5d /nixos
parent4dacb1116a34962e3a767059551ba1af77723d75 (diff)
downloadnixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.tar
nixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.tar.gz
nixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.tar.bz2
nixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.tar.lz
nixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.tar.xz
nixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.tar.zst
nixpkgs-37bb4855c8da5d2010f35ebc44aef4e83eae150b.zip
postfix module: fix link to postfix-files
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/mail/postfix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix
index f2d8189de6e..56c89aca8b2 100644
--- a/nixos/modules/services/mail/postfix.nix
+++ b/nixos/modules/services/mail/postfix.nix
@@ -461,7 +461,7 @@ in
             rm -rf /var/lib/postfix/conf
             mkdir -p /var/lib/postfix/conf
             chmod 0755 /var/lib/postfix/conf
-            ln -sf ${pkgs.postfix}/etc/postfix/postfix-files
+            ln -sf ${pkgs.postfix}/etc/postfix/postfix-files /var/lib/postfix/conf/postfix-files
             ln -sf ${mainCfFile} /var/lib/postfix/conf/main.cf
             ln -sf ${masterCfFile} /var/lib/postfix/conf/master.cf