X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;fp=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;h=bb110defc68648b79717cb63d95185e812a25286;hb=577d00ee5ea4c8851af2cd5811f0c8829db41178;hp=046246d584ee9f7a544367059a16763b5096a809;hpb=a295d69fcfabe64bd17ae05f1948505531ea99a2;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix index 046246d..bb110de 100644 --- a/modules/private/websites/immae/production.nix +++ b/modules/private/websites/immae/production.nix @@ -5,7 +5,7 @@ let coursDir = "/var/lib/buildbot/outputs/cours"; rechercheDir = "/var/lib/buildbot/outputs/recherche"; recettesDir = "/var/lib/buildbot/outputs/recettes"; - historyDir = pkgs.callPackage ./history {}; + historyDir = "/var/lib/buildbot/outputs/immae/history"; env = config.myEnv.websites.immae; in { options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website";