aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-10-18 14:25:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-10-18 14:25:10 +0200
commit8fa7ff2c63fb0722144bc90837512d9f8b8c929d (patch)
tree3b7f88d87c718f5ec91e8c4e9579c39bf99f8890 /modules/private/websites/immae
parent6a8252b11bb02f3e67857d5a9d733b1affa6a625 (diff)
downloadNix-8fa7ff2c63fb0722144bc90837512d9f8b8c929d.tar.gz
Nix-8fa7ff2c63fb0722144bc90837512d9f8b8c929d.tar.zst
Nix-8fa7ff2c63fb0722144bc90837512d9f8b8c929d.zip
Add buildbot website project
Diffstat (limited to 'modules/private/websites/immae')
-rw-r--r--modules/private/websites/immae/production.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix
index 6b88ff2..e02d026 100644
--- a/modules/private/websites/immae/production.nix
+++ b/modules/private/websites/immae/production.nix
@@ -1,7 +1,7 @@
1{ lib, pkgs, config, myconfig, ... }: 1{ lib, pkgs, config, myconfig, ... }:
2let 2let
3 cfg = config.myServices.websites.immae.production; 3 cfg = config.myServices.websites.immae.production;
4 varDir = "/var/lib/ftp/immae"; 4 varDir = "/var/lib/buildbot/outputs/immaeEu";
5 env = myconfig.env.websites.immae; 5 env = myconfig.env.websites.immae;
6in { 6in {
7 options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website"; 7 options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website";
@@ -24,11 +24,6 @@ in {
24 AllowOverride All 24 AllowOverride All
25 Require all granted 25 Require all granted
26 </Directory> 26 </Directory>
27
28 <Location /blog_old/>
29 Use LDAPConnect
30 Require ldap-group cn=blog,cn=immae.eu,ou=services,dc=immae,dc=eu
31 </Location>
32 '' 27 ''
33 ]; 28 ];
34 }; 29 };