X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fdefault.nix;h=90a8c1a837da6b91d69a5f2d49828b0c8d4dc616;hp=d9665ff5fe0bb085b7d598c630c2d4f4fcc1d2eb;hb=982dc1fabf71cc91ef4409848dd1952c7e6f479f;hpb=f989f3edd7790c9b1a67dc99f074828211bbbe68 diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix index d9665ff..90a8c1a 100644 --- a/modules/private/websites/default.nix +++ b/modules/private/websites/default.nix @@ -104,6 +104,7 @@ in config = lib.mkIf config.myServices.websites.enable { services.duplyBackup.profiles.php = { rootDir = "/var/lib/php"; + remotes = [ "eriomem" "ovh" ]; }; users.users.wwwrun.extraGroups = [ "keys" ]; networking.firewall.allowedTCPPorts = [ 80 443 ]; @@ -283,6 +284,8 @@ in maison_bbc.enable = true; }; + patrick_fodella.production.enable = true; + piedsjaloux = { integration.enable = true; production.enable = true;