X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fludivinecassal%2Fintegration.nix;h=5d9afc138990f52fda48ab2019156f85c5133f80;hp=d1b8f9b846bf2b5b4bf0db009eec9266521482db;hb=d2e703c560bc029c3d607058de2935bbf1cb0559;hpb=b11f0e174bc8450657c358a395f27a830dcad801 diff --git a/modules/private/websites/ludivinecassal/integration.nix b/modules/private/websites/ludivinecassal/integration.nix index d1b8f9b..5d9afc1 100644 --- a/modules/private/websites/ludivinecassal/integration.nix +++ b/modules/private/websites/ludivinecassal/integration.nix @@ -8,7 +8,7 @@ in { options.myServices.websites.ludivinecassal.integration.enable = lib.mkEnableOption "enable Ludivine's website in integration"; config = lib.mkIf cfg.enable { - services.backup.profiles.ludivinecassal_dev.rootDir = app.varDir; + services.duplyBackup.profiles.ludivinecassal_dev.rootDir = app.varDir; services.phpApplication.apps.ludivinecassal_dev = { websiteEnv = "integration"; httpdUser = config.services.httpd.Inte.user;