summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-03-25 15:34:05 +0300
committerRobin Gloster <mail@glob.in>2017-03-25 14:52:44 +0100
commit417844b596007a3e7e4ffcdbc9d46090af81de9c (patch)
treefcdb36a2ab484ca4abdd289b8c468cd185a378ff /nixos
parenta9172891d964c03a9d833cf0c5cf861ebaad9d35 (diff)
downloadnixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.tar
nixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.tar.gz
nixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.tar.bz2
nixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.tar.lz
nixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.tar.xz
nixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.tar.zst
nixlib-417844b596007a3e7e4ffcdbc9d46090af81de9c.zip
phpfpm service: don't use private /tmp
This breaks local PostgreSQL connections.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/phpfpm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/phpfpm/default.nix b/nixos/modules/services/web-servers/phpfpm/default.nix
index efb721c5773f..26f546022035 100644
--- a/nixos/modules/services/web-servers/phpfpm/default.nix
+++ b/nixos/modules/services/web-servers/phpfpm/default.nix
@@ -147,7 +147,6 @@ in {
           cfgFile = fpmCfgFile pool poolConfig;
         in {
           Slice = "phpfpm.slice";
-          PrivateTmp = true;
           PrivateDevices = true;
           ProtectSystem = "full";
           ProtectHome = true;