]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/modules/websites/default.nix
Move personal websites to modules
[perso/Immae/Config/Nix.git] / nixops / modules / websites / default.nix
index 432ad3c02466c26619c2df203327490d7b5d25a6..584892acc6c914e53bd4ea22463ac6bbfeb4e98a 100644 (file)
@@ -66,23 +66,6 @@ let
 in
 {
   imports = [
-    ./chloe
-    ./ludivine
-    ./aten
-    ./piedsjaloux
-    ./connexionswing
-    ./tellesflorian
-    ./emilia
-    ./capitaines
-    ./ftp/jerome.nix
-    ./ftp/nassime.nix
-    ./ftp/florian.nix
-    ./ftp/denisejerome.nix
-    ./ftp/leila.nix
-    ./ftp/papa.nix
-    ./ftp/immae.nix
-    ./ftp/release.nix
-    ./ftp/temp.nix
     ./tools/db.nix
     ./tools/tools
     ./tools/dav
@@ -133,31 +116,6 @@ in
     services.myWebsites.tools.etherpad-lite.enable = true;
     services.myWebsites.tools.peertube.enable = true;
 
-    services.myWebsites.Chloe.production.enable = true;
-    services.myWebsites.Ludivine.production.enable = true;
-    services.myWebsites.Aten.production.enable = true;
-    services.myWebsites.PiedsJaloux.production.enable = true;
-    services.myWebsites.Connexionswing.production.enable = true;
-    services.myWebsites.Jerome.production.enable = true;
-    services.myWebsites.Nassime.production.enable = true;
-    services.myWebsites.Florian.production.enable = true;
-    services.myWebsites.Leila.production.enable = true;
-    services.myWebsites.Papa.production.enable = true;
-    services.myWebsites.DeniseJerome.production.enable = true;
-    services.myWebsites.Emilia.production.enable = true;
-    services.myWebsites.Capitaines.production.enable = true;
-    services.myWebsites.Immae.production.enable = true;
-    services.myWebsites.Release.production.enable = true;
-    services.myWebsites.Temp.production.enable = true;
-
-    services.myWebsites.Chloe.integration.enable = true;
-    services.myWebsites.Ludivine.integration.enable = true;
-    services.myWebsites.Aten.integration.enable = true;
-    services.myWebsites.PiedsJaloux.integration.enable = true;
-    services.myWebsites.Connexionswing.integration.enable = true;
-    services.myWebsites.TellesFlorian.integration.enable = true;
-    services.myWebsites.Florian.integration.enable = true;
-
     secrets.keys = [{
       dest = "apache-ldap";
       user = "wwwrun";