]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/default.nix
Add Florian's website
[perso/Immae/Config/Nix.git] / nixops / modules / websites / default.nix
index c439b8d8b4c8174b1a25f9ed0476312f4a5646f7..3b3ccc2506415cef23eba34e264302ceb149b336 100644 (file)
@@ -93,6 +93,7 @@ in
     ./tellesflorian
     ./ftp/jerome.nix
     ./ftp/nassime.nix
+    ./ftp/florian.nix
     ./tools/db
     ./tools/tools
     ./tools/dav
@@ -191,6 +192,7 @@ in
     services.myWebsites.Connexionswing.production.enable = cfg.production.enable;
     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.Chloe.integration.enable = cfg.integration.enable;
     services.myWebsites.Ludivine.integration.enable = cfg.integration.enable;
@@ -198,6 +200,7 @@ in
     services.myWebsites.PiedsJaloux.integration.enable = cfg.integration.enable;
     services.myWebsites.Connexionswing.integration.enable = cfg.integration.enable;
     services.myWebsites.TellesFlorian.integration.enable = true;
+    services.myWebsites.Florian.integration.enable = true;
 
     services.myWebsites.apacheConfig = {
       gzip = {