Unverified Commit 949c334e authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

nixos/privacyidea-ldap-proxy: use list for EnvironmentFile for mergeability

parent 4adf26f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ in
          Group = cfg.ldap-proxy.group;
          StateDirectory = "privacyidea-ldap-proxy";
          EnvironmentFile = mkIf (cfg.ldap-proxy.environmentFile != null)
            cfg.ldap-proxy.environmentFile;
            [ cfg.ldap-proxy.environmentFile ];
          ExecStartPre =
            "${pkgs.writeShellScript "substitute-secrets-ldap-proxy" ''
              ${pkgs.envsubst}/bin/envsubst \