]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/chloe/integration.nix
Rename backup module to duply_backup
[perso/Immae/Config/Nix.git] / modules / private / websites / chloe / integration.nix
index 75e25afbae83ad4aa5a7c7057c6624a67c2d5ed2..00c76a5b7ef5b961915228d8f998a52b391d30b6 100644 (file)
@@ -12,7 +12,7 @@ in {
   options.myServices.websites.chloe.integration.enable = lib.mkEnableOption "enable Chloe's website in integration";
 
   config = lib.mkIf cfg.enable {
-    services.backup.profiles.chloe_dev.rootDir = chloe.app.varDir;
+    services.duplyBackup.profiles.chloe_dev.rootDir = chloe.app.varDir;
     secrets.keys = chloe.keys;
     systemd.services.phpfpm-chloe_dev.after = lib.mkAfter chloe.phpFpm.serviceDeps;
     systemd.services.phpfpm-chloe_dev.wants = chloe.phpFpm.serviceDeps;