]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/system/backup-2.nix
Add replication for redis
[perso/Immae/Config/Nix.git] / modules / private / system / backup-2.nix
index 0e94a1ad6afe419c002643d51c376697f81b9d76..3d51fa3bdaf2305fbf0b9bc4d2edde6060d4ec40 100644 (file)
         };
       };
     };
+    redis = {
+      enable = true;
+      base = "/backup2";
+      hosts = {
+        eldiron = {
+          host = "127.0.0.1";
+          port = "16379";
+        };
+      };
+    };
   };
 
   # This value determines the NixOS release with which your system is