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=94506c9261065e1c18e15b27abadb7a2435f2b35;hb=982dc1fabf71cc91ef4409848dd1952c7e6f479f;hpb=4c42e0beb65d2a92e988a81aa12f50aa6bd1f820 diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix index 94506c9..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 ]; @@ -241,6 +242,7 @@ in evariste.enable = true; denisejerome.enable = true; oms.enable = true; + aventuriers.enable = true; production.enable = true; }; @@ -282,6 +284,8 @@ in maison_bbc.enable = true; }; + patrick_fodella.production.enable = true; + piedsjaloux = { integration.enable = true; production.enable = true;