]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/default.nix
Add Denise&Jerome's website
[perso/Immae/Config/Nix.git] / nixops / modules / websites / default.nix
index 3b3ccc2506415cef23eba34e264302ceb149b336..4a6a26fae37dc2cd739fd59fbfe7fa78083c83fd 100644 (file)
@@ -94,6 +94,7 @@ in
     ./ftp/jerome.nix
     ./ftp/nassime.nix
     ./ftp/florian.nix
+    ./ftp/denisejerome.nix
     ./tools/db
     ./tools/tools
     ./tools/dav
@@ -193,6 +194,7 @@ in
     services.myWebsites.Jerome.production.enable = cfg.production.enable;
     services.myWebsites.Nassime.production.enable = cfg.production.enable;
     services.myWebsites.Florian.production.enable = cfg.production.enable;
+    services.myWebsites.DeniseJerome.production.enable = cfg.production.enable;
 
     services.myWebsites.Chloe.integration.enable = cfg.integration.enable;
     services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;