aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites')
-rw-r--r--modules/private/websites/denise/oms.nix2
-rw-r--r--modules/private/websites/immae/production.nix8
-rw-r--r--modules/private/websites/tools/tools/default.nix4
3 files changed, 7 insertions, 7 deletions
diff --git a/modules/private/websites/denise/oms.nix b/modules/private/websites/denise/oms.nix
index 9650468..81a996b 100644
--- a/modules/private/websites/denise/oms.nix
+++ b/modules/private/websites/denise/oms.nix
@@ -1,7 +1,7 @@
1{ lib, config, pkgs, ... }: 1{ lib, config, pkgs, ... }:
2let 2let
3 cfg = config.myServices.websites.denise.oms; 3 cfg = config.myServices.websites.denise.oms;
4 varDir = "/var/lib/buildbot/outputs/denise_oms"; 4 varDir = "/var/lib/buildbot/outputs/denise/oms";
5 socket = "/run/denise_oms/socket.sock"; 5 socket = "/run/denise_oms/socket.sock";
6in { 6in {
7 options.myServices.websites.denise.oms.enable = lib.mkEnableOption "enable Denise's OMS website"; 7 options.myServices.websites.denise.oms.enable = lib.mkEnableOption "enable Denise's OMS website";
diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix
index bb110de..890a5af 100644
--- a/modules/private/websites/immae/production.nix
+++ b/modules/private/websites/immae/production.nix
@@ -1,10 +1,10 @@
1{ lib, pkgs, config, ... }: 1{ lib, pkgs, config, ... }:
2let 2let
3 cfg = config.myServices.websites.immae.production; 3 cfg = config.myServices.websites.immae.production;
4 varDir = "/var/lib/buildbot/outputs/immaeEu"; 4 varDir = "/var/lib/buildbot/outputs/immae/blog";
5 coursDir = "/var/lib/buildbot/outputs/cours"; 5 coursDir = "/var/lib/buildbot/outputs/immae/cours";
6 rechercheDir = "/var/lib/buildbot/outputs/recherche"; 6 rechercheDir = "/var/lib/buildbot/outputs/immae/recherche";
7 recettesDir = "/var/lib/buildbot/outputs/recettes"; 7 recettesDir = "/var/lib/buildbot/outputs/immae/recettes";
8 historyDir = "/var/lib/buildbot/outputs/immae/history"; 8 historyDir = "/var/lib/buildbot/outputs/immae/history";
9 env = config.myEnv.websites.immae; 9 env = config.myEnv.websites.immae;
10in { 10in {
diff --git a/modules/private/websites/tools/tools/default.nix b/modules/private/websites/tools/tools/default.nix
index cdfc7eb..7a9a125 100644
--- a/modules/private/websites/tools/tools/default.nix
+++ b/modules/private/websites/tools/tools/default.nix
@@ -167,8 +167,8 @@ in {
167 Options -Indexes 167 Options -Indexes
168 </Directory> 168 </Directory>
169 169
170 Alias /BIP39 /var/lib/buildbot/outputs/bip39 170 Alias /BIP39 /var/lib/buildbot/outputs/immae/bip39
171 <Directory "/var/lib/buildbot/outputs/bip39"> 171 <Directory "/var/lib/buildbot/outputs/immae/bip39">
172 DirectoryIndex index.html 172 DirectoryIndex index.html
173 AllowOverride None 173 AllowOverride None
174 Require all granted 174 Require all granted