X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fconnexionswing%2Fintegration.nix;fp=modules%2Fprivate%2Fwebsites%2Fconnexionswing%2Fintegration.nix;h=54dbf54f7b13db3c70e23696b467466984440359;hb=d2e703c560bc029c3d607058de2935bbf1cb0559;hp=fee8e4f140b393e8aceb41560695db4584d31a74;hpb=b11f0e174bc8450657c358a395f27a830dcad801;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/connexionswing/integration.nix b/modules/private/websites/connexionswing/integration.nix index fee8e4f..54dbf54 100644 --- a/modules/private/websites/connexionswing/integration.nix +++ b/modules/private/websites/connexionswing/integration.nix @@ -8,7 +8,7 @@ in { options.myServices.websites.connexionswing.integration.enable = lib.mkEnableOption "enable Connexionswing's website in integration"; config = lib.mkIf cfg.enable { - services.backup.profiles.connexionswing_dev.rootDir = app.varDir; + services.duplyBackup.profiles.connexionswing_dev.rootDir = app.varDir; services.phpApplication.apps.connexionswing_dev = { websiteEnv = "integration"; httpdUser = config.services.httpd.Inte.user;