]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/chloe/production.nix
Rename backup module to duply_backup
[perso/Immae/Config/Nix.git] / modules / private / websites / chloe / production.nix
index 7c59806c988cfb268f6c3463f1c67434b1197bc8..0562de8d2f825f3fc6ea670aa4c4e444111d143f 100644 (file)
@@ -12,7 +12,7 @@ in {
   options.myServices.websites.chloe.production.enable = lib.mkEnableOption "enable Chloe's website in production";
 
   config = lib.mkIf cfg.enable {
-    services.backup.profiles.chloe_prod.rootDir = chloe.app.varDir;
+    services.duplyBackup.profiles.chloe_prod.rootDir = chloe.app.varDir;
     secrets.keys = chloe.keys;
     services.webstats.sites = [ { name = "osteopathe-cc.fr"; } ];