aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-09-30 00:20:41 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-09-30 00:38:14 +0200
commitc0c7c8b59e1a4f61463402fe12950438136cac22 (patch)
treee68865c2238fe9be3c23c58f5331faf2a6711c31 /modules/private/websites/default.nix
parentcb3f528990439b158780f328e2e1180528dd6855 (diff)
downloadNix-c0c7c8b59e1a4f61463402fe12950438136cac22.tar.gz
Nix-c0c7c8b59e1a4f61463402fe12950438136cac22.tar.zst
Nix-c0c7c8b59e1a4f61463402fe12950438136cac22.zip
Add website for AtelierFringant
Diffstat (limited to 'modules/private/websites/default.nix')
-rw-r--r--modules/private/websites/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix
index ba2dde0..809f615 100644
--- a/modules/private/websites/default.nix
+++ b/modules/private/websites/default.nix
@@ -248,7 +248,10 @@ in
248 production.enable = true; 248 production.enable = true;
249 }; 249 };
250 250
251 emilia.moodle.enable = false; 251 emilia = {
252 moodle.enable = false;
253 atelierfringant.enable = true;
254 };
252 255
253 florian = { 256 florian = {
254 app.enable = true; 257 app.enable = true;