]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/ludivine/production.nix
Remove duply-backup
[perso/Immae/Config/Nix.git] / modules / private / websites / ludivine / production.nix
index 09bb3dc2b40967cb53e8e3f35469723ca4f6d473..7a18b882fac6a4329262a782a755a47410203151 100644 (file)
@@ -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";