try to fix error at build

This commit is contained in:
2023-08-16 23:17:11 +02:00
parent 6685dd21ac
commit 8a295e54ea

View File

@@ -3,7 +3,7 @@ let
domain = "paraclub.cloonar.dev";
dataDir = "/var/www/${domain}";
in {
systemd.services."phpfpm-${domain}".serviceConfig.ProtectHome = lib.mkForce false;
# systemd.services."phpfpm-${domain}".serviceConfig.ProtectHome = lib.mkForce false;
services.phpfpm.pools."${domain}" = {
user = domain;