X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprivate%2Fwebsites%2Faten%2Fproduction.nix;h=2ffcef339f6cf4b607aad8ffdaae7f3ae966ec6f;hb=6a8252b11bb02f3e67857d5a9d733b1affa6a625;hp=97f4a0822ddd4bbd203a864d37ee5bc3c73fdf28;hpb=5304a64b84c5a84525c96419cc6126775af306e0;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/aten/production.nix b/modules/private/websites/aten/production.nix index 97f4a08..2ffcef3 100644 --- a/modules/private/websites/aten/production.nix +++ b/modules/private/websites/aten/production.nix @@ -8,6 +8,7 @@ in { options.myServices.websites.aten.production.enable = lib.mkEnableOption "enable Aten's website in production"; config = lib.mkIf cfg.enable { + services.backup.profiles.aten_prod.rootDir = app.varDir; services.webstats.sites = [ { name = "aten.pro"; } ]; services.phpApplication.apps.aten_prod = { websiteEnv = "production";