]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/chloe/production.nix
Remove duply-backup
[perso/Immae/Config/Nix.git] / modules / private / websites / chloe / production.nix
index c3a5732cd8d9f45013c1aa397614ba609d9423c9..211232cf2dd4d08a2dbe5f80459fa3af49166819 100644 (file)
@@ -13,8 +13,6 @@ in {
   options.myServices.websites.chloe.production.enable = lib.mkEnableOption "enable Chloe's website in production";
 
   config = lib.mkIf cfg.enable {
-    services.duplyBackup.profiles.chloe_production.rootDir = app.varDir;
-    services.duplyBackup.profiles.chloe_production.remotes = ["eriomem" "ovh"];
     secrets.keys."websites/chloe/production" = {
       user = apacheUser;
       group = apacheGroup;