]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/default.nix
Configuration modifications
[perso/Immae/Config/Nix.git] / modules / private / websites / default.nix
index d9665ff5fe0bb085b7d598c630c2d4f4fcc1d2eb..ddfab9abb0332fc0794dd0dab3450fbfb8236541 100644 (file)
@@ -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 ];
@@ -245,7 +246,7 @@ in
         production.enable = true;
       };
 
-      emilia.moodle.enable = true;
+      emilia.moodle.enable = false;
 
       florian = {
         app.enable = true;
@@ -283,6 +284,8 @@ in
         maison_bbc.enable = true;
       };
 
+      patrick_fodella.production.enable = true;
+
       piedsjaloux = {
         integration.enable = true;
         production.enable = true;