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/ludivine/integration.nix | 1 - modules/private/websites/ludivine/production.nix | 2 -- 2 files changed, 3 deletions(-) (limited to 'modules/private/websites/ludivine') diff --git a/modules/private/websites/ludivine/integration.nix b/modules/private/websites/ludivine/integration.nix index d04295d..c0cbbef 100644 --- a/modules/private/websites/ludivine/integration.nix +++ b/modules/private/websites/ludivine/integration.nix @@ -8,7 +8,6 @@ in { options.myServices.websites.ludivine.integration.enable = lib.mkEnableOption "enable Ludivine's website in integration"; config = lib.mkIf cfg.enable { - services.duplyBackup.profiles.ludivine_integration.rootDir = app.varDir; services.phpApplication.apps.ludivine_integration = { websiteEnv = "integration"; httpdUser = config.services.httpd.Inte.user; diff --git a/modules/private/websites/ludivine/production.nix b/modules/private/websites/ludivine/production.nix index 09bb3dc..7a18b88 100644 --- a/modules/private/websites/ludivine/production.nix +++ b/modules/private/websites/ludivine/production.nix @@ -13,8 +13,6 @@ in { options.myServices.websites.ludivine.production.enable = lib.mkEnableOption "enable Ludivine's website in production"; config = lib.mkIf cfg.enable { - services.duplyBackup.profiles.ludivine_production.rootDir = app.varDir; - services.duplyBackup.profiles.ludivine_production.remotes = ["eriomem" "ovh"]; services.webstats.sites = [ { name = "ludivinecassal.com"; } ]; services.phpApplication.apps.ludivine_production = { websiteEnv = "production"; -- cgit v1.2.3