X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fproduction.nix;h=7f8f1ded4cba0324ecb0c92615071dfe0004af37;hb=ba887ba6eaab762b63928816f58aa833f6a5151b;hp=5cfc40cfef2cb38a0b30adbe0a5510faf9b62d70;hpb=dcac3ec730176549cd52a9a42db2001dc652c30d;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/chloe/production.nix b/modules/private/websites/chloe/production.nix index 5cfc40c..7f8f1de 100644 --- a/modules/private/websites/chloe/production.nix +++ b/modules/private/websites/chloe/production.nix @@ -15,6 +15,7 @@ in { config = lib.mkIf cfg.enable { services.duplyBackup.profiles.chloe_production.rootDir = app.varDir; + services.duplyBackup.profiles.chloe_production.remotes = ["eriomem" "ovh"]; secrets.keys = [ { dest = "websites/chloe/production"; @@ -59,9 +60,6 @@ in { "pm.min_spare_servers" = "1"; "pm.max_spare_servers" = "3"; }; - phpOptions = config.services.phpfpm.phpOptions + '' - extension=${pkgs.php72}/lib/php/extensions/mysqli.so - ''; phpPackage = pkgs.php72; }; system.activationScripts.chloe_production = {