Loading nixos/modules/services/web-apps/limesurvey.nix +3 −3 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ in services.phpfpm.pools.limesurvey = { inherit user group; phpPackage = pkgs.php80; phpPackage = pkgs.php81; phpEnv.DBENGINE = "${cfg.database.dbEngine}"; phpEnv.LIMESURVEY_CONFIG = "${limesurveyConfig}"; settings = { Loading Loading @@ -288,8 +288,8 @@ in environment.LIMESURVEY_CONFIG = limesurveyConfig; script = '' # update or install the database as required ${pkgs.php80}/bin/php ${pkg}/share/limesurvey/application/commands/console.php updatedb || \ ${pkgs.php80}/bin/php ${pkg}/share/limesurvey/application/commands/console.php install admin password admin admin@example.com verbose ${pkgs.php81}/bin/php ${pkg}/share/limesurvey/application/commands/console.php updatedb || \ ${pkgs.php81}/bin/php ${pkg}/share/limesurvey/application/commands/console.php install admin password admin admin@example.com verbose ''; serviceConfig = { User = user; Loading pkgs/servers/limesurvey/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -37,5 +37,6 @@ stdenv.mkDerivation rec { homepage = "https://www.limesurvey.org"; maintainers = with maintainers; [offline]; platforms = with platforms; unix; broken = true; # Not compatible with PHP 8.1 }; } Loading
nixos/modules/services/web-apps/limesurvey.nix +3 −3 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ in services.phpfpm.pools.limesurvey = { inherit user group; phpPackage = pkgs.php80; phpPackage = pkgs.php81; phpEnv.DBENGINE = "${cfg.database.dbEngine}"; phpEnv.LIMESURVEY_CONFIG = "${limesurveyConfig}"; settings = { Loading Loading @@ -288,8 +288,8 @@ in environment.LIMESURVEY_CONFIG = limesurveyConfig; script = '' # update or install the database as required ${pkgs.php80}/bin/php ${pkg}/share/limesurvey/application/commands/console.php updatedb || \ ${pkgs.php80}/bin/php ${pkg}/share/limesurvey/application/commands/console.php install admin password admin admin@example.com verbose ${pkgs.php81}/bin/php ${pkg}/share/limesurvey/application/commands/console.php updatedb || \ ${pkgs.php81}/bin/php ${pkg}/share/limesurvey/application/commands/console.php install admin password admin admin@example.com verbose ''; serviceConfig = { User = user; Loading
pkgs/servers/limesurvey/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -37,5 +37,6 @@ stdenv.mkDerivation rec { homepage = "https://www.limesurvey.org"; maintainers = with maintainers; [offline]; platforms = with platforms; unix; broken = true; # Not compatible with PHP 8.1 }; }