]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/chloe/production.nix
Add alternate cloud storage for daily backups
[perso/Immae/Config/Nix.git] / modules / private / websites / chloe / production.nix
index b5233c68a74731485c08d4cd6c1ca19be1ff7357..7f8f1ded4cba0324ecb0c92615071dfe0004af37 100644 (file)
@@ -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";