From 5315b439af1f72c3282549508ae58d86d66e38ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 22 Oct 2021 20:55:31 +0200 Subject: Remove duply-backup --- modules/private/websites/chloe/production.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/private/websites/chloe/production.nix') diff --git a/modules/private/websites/chloe/production.nix b/modules/private/websites/chloe/production.nix index c3a5732..211232c 100644 --- a/modules/private/websites/chloe/production.nix +++ b/modules/private/websites/chloe/production.nix @@ -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; -- cgit v1.2.3