]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/default.nix
Add Immae's website
[perso/Immae/Config/Nix.git] / nixops / modules / websites / default.nix
index 1093617273c90aa0157047dc98a8b6719b21f7aa..4c9c7fe5ee5993ab7c0da650333c45cf769d3303 100644 (file)
@@ -97,6 +97,7 @@ in
     ./ftp/nassime.nix
     ./ftp/florian.nix
     ./ftp/denisejerome.nix
+    ./ftp/immae.nix
     ./tools/db
     ./tools/tools
     ./tools/dav
@@ -199,6 +200,7 @@ in
     services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
     services.myWebsites.Emilia.production.enable = cfg.production.enable;
     services.myWebsites.Capitaines.production.enable = cfg.production.enable;
+    services.myWebsites.Immae.production.enable = cfg.production.enable;
 
     services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
     services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;