]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/isabelle/aten_integration.nix
Remove duply-backup
[perso/Immae/Config/Nix.git] / modules / private / websites / isabelle / aten_integration.nix
index 288f20d04fa324564360458fbf12ccf80e014e6c..215038e182336e97a16d900d742362d553ef43be 100644 (file)
@@ -8,7 +8,6 @@ in {
   options.myServices.websites.isabelle.aten_integration.enable = lib.mkEnableOption "enable Aten's website in integration";
 
   config = lib.mkIf cfg.enable {
-    services.duplyBackup.profiles.isabelle_aten_integration.rootDir = app.varDir;
     services.phpApplication.apps.isabelle_aten_integration = {
       websiteEnv = "integration";
       httpdUser = config.services.httpd.Inte.user;