X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fproduction.nix;h=211232cf2dd4d08a2dbe5f80459fa3af49166819;hb=5315b439af1f72c3282549508ae58d86d66e38ec;hp=c3a5732cd8d9f45013c1aa397614ba609d9423c9;hpb=750fe5a43b957b91a26069cf8a4fe19fc7b2633c;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/chloe/production.nix b/modules/private/websites/chloe/production.nix index c3a5732..211232c 100644 --- a/modules/private/websites/chloe/production.nix +++ b/modules/private/websites/chloe/production.nix @@ -13,8 +13,6 @@ in { options.myServices.websites.chloe.production.enable = lib.mkEnableOption "enable Chloe's website in production"; config = lib.mkIf cfg.enable { - services.duplyBackup.profiles.chloe_production.rootDir = app.varDir; - services.duplyBackup.profiles.chloe_production.remotes = ["eriomem" "ovh"]; secrets.keys."websites/chloe/production" = { user = apacheUser; group = apacheGroup;