]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/production.nix
Add buildbot website project
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / production.nix
index 6b88ff2c0a1fbe28ce249c363f03a5836b7cf60e..e02d026fc2f91acba7ceabe50283479056270eba 100644 (file)
@@ -1,7 +1,7 @@
 { lib, pkgs, config, myconfig,  ... }:
 let
   cfg = config.myServices.websites.immae.production;
-  varDir = "/var/lib/ftp/immae";
+  varDir = "/var/lib/buildbot/outputs/immaeEu";
   env = myconfig.env.websites.immae;
 in {
   options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website";
@@ -24,11 +24,6 @@ in {
           AllowOverride All
           Require all granted
         </Directory>
-
-        <Location /blog_old/>
-          Use LDAPConnect
-          Require ldap-group cn=blog,cn=immae.eu,ou=services,dc=immae,dc=eu
-        </Location>
         ''
       ];
     };