remove vaultwarden ldap

This commit is contained in:
2023-08-16 23:34:26 +02:00
parent c4d3c030ee
commit a7be64ec8e
2 changed files with 25 additions and 25 deletions

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;