]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/default.nix
Add bakeer’s website
[perso/Immae/Config/Nix.git] / modules / private / default.nix
CommitLineData
f8026b6e
IB
1let
2set = {
581c499c 3 # adatped from nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix
6c97d2d7
IB
4 httpdInte = import ../websites/httpd-service-builder.nix { httpdName = "Inte"; withUsers = false; };
5 httpdProd = import ../websites/httpd-service-builder.nix { httpdName = "Prod"; withUsers = false; };
6 httpdTools = import ../websites/httpd-service-builder.nix { httpdName = "Tools"; withUsers = true; };
182ae57f
IB
7
8 databases = ./databases;
9 mariadb = ./databases/mariadb.nix;
10 openldap = ./databases/openldap;
11 postgresql = ./databases/postgresql.nix;
12 redis = ./databases/redis.nix;
ec9b6564 13 postgresqlReplication = ./databases/postgresql_replication.nix;
9f6a7862 14 mariadbReplication = ./databases/mariadb_replication.nix;
dded6699 15 redisReplication = ./databases/redis_replication.nix;
16b80abd 16 openldapReplication = ./databases/openldap_replication.nix;
ffb14c1c 17
f8026b6e 18 websites = ./websites;
d3452fc5
IB
19
20
21 # Personal websites
abd7458c
IB
22 bakeerCloud = ./websites/bakeer/cloud.nix;
23
d3452fc5
IB
24 capitainesLandingPages = ./websites/capitaines/landing_pages.nix;
25
f8026b6e
IB
26 chloeInte = ./websites/chloe/integration.nix;
27 chloeProd = ./websites/chloe/production.nix;
d3452fc5 28
6c7d42fc
IB
29 cipcaSympa = ./websites/cip-ca/sympa.nix;
30
f8026b6e
IB
31 connexionswingInte = ./websites/connexionswing/integration.nix;
32 connexionswingProd = ./websites/connexionswing/production.nix;
d3452fc5
IB
33
34 deniseDenisejeromeProd = ./websites/denise/denisejerome.nix;
35 deniseEvariste = ./websites/denise/evariste.nix;
a295d69f 36 deniseOMS = ./websites/denise/oms.nix;
f989f3ed 37 deniseAventuriers = ./websites/denise/aventuriers.nix;
a295d69f 38 deniseProduction = ./websites/denise/production.nix;
d3452fc5
IB
39
40 emiliaMoodle = ./websites/emilia/moodle.nix;
41
f8026b6e
IB
42 florianApp = ./websites/florian/app.nix;
43 florianInte = ./websites/florian/integration.nix;
44 florianProd = ./websites/florian/production.nix;
d3452fc5 45
f8026b6e
IB
46 immaeProd = ./websites/immae/production.nix;
47 immaeRelease = ./websites/immae/release.nix;
48 immaeTemp = ./websites/immae/temp.nix;
d3452fc5
IB
49
50 isabelleAtenInte = ./websites/isabelle/aten_integration.nix;
51 isabelleAtenProd = ./websites/isabelle/aten_production.nix;
52 isabelleIridologie = ./websites/isabelle/iridologie.nix;
53
54 jeromeNaturaloutil = ./websites/jerome/naturaloutil.nix;
55
f8026b6e 56 leilaProd = ./websites/leila/production.nix;
d3452fc5
IB
57
58 ludivineInte = ./websites/ludivine/integration.nix;
59 ludivineProd = ./websites/ludivine/production.nix;
60
f8026b6e 61 nassimeProd = ./websites/nassime/production.nix;
d3452fc5 62
8722d693
IB
63 nathanaelVillon = ./websites/nathanael/villon.nix;
64
9a414bd6 65 papaMaisonBbc = ./websites/papa/maison_bbc.nix;
f8026b6e 66 papaSurveillance = ./websites/papa/surveillance.nix;
d3452fc5 67
982dc1fa
IB
68 patrickFodellaProd = ./websites/patrick_fodella/production.nix;
69
f8026b6e
IB
70 piedsjalouxInte = ./websites/piedsjaloux/integration.nix;
71 piedsjalouxProd = ./websites/piedsjaloux/production.nix;
d3452fc5
IB
72
73 richieProd = ./websites/richie/production.nix;
74
8a05c7fb 75 sydenPeertube = ./websites/syden/peertube.nix;
f8026b6e 76
d3452fc5
IB
77 teliotortayProd = ./websites/telio_tortay/production.nix;
78
79 # Tools
4c42e0be 80 assetsTools = ./websites/tools/assets;
4288c2f2 81 cloudTool = ./websites/tools/cloud;
6338573a 82 commentoTool = ./websites/tools/commento;
4288c2f2 83 davTool = ./websites/tools/dav;
ea9c6fe8 84 vpnTool = ./websites/tools/vpn;
4288c2f2
IB
85 dbTool = ./websites/tools/db;
86 diasporaTool = ./websites/tools/diaspora;
87 etherTool = ./websites/tools/ether;
88 gitTool = ./websites/tools/git;
3f453c7d 89 imTool = ./websites/tools/im;
4288c2f2
IB
90 mastodonTool = ./websites/tools/mastodon;
91 mgoblinTool = ./websites/tools/mgoblin;
92 peertubeTool = ./websites/tools/peertube;
a97118c4 93 performanceTool = ./websites/tools/performance;
4288c2f2 94 toolsTool = ./websites/tools/tools;
afcc5de0 95 mailTool = ./websites/tools/mail;
4288c2f2 96
de6002a1
IB
97 # Games
98 codenamesGame = ./websites/tools/games/codenames;
99
a929614f 100 mail = ./mail;
a929614f 101
8d213e2b
IB
102 buildbot = ./buildbot;
103 certificates = ./certificates.nix;
104 gitolite = ./gitolite;
ffb14c1c 105 irc = ./irc.nix;
8d213e2b
IB
106 pub = ./pub;
107 tasks = ./tasks;
108 dns = ./dns.nix;
109 ftp = ./ftp.nix;
8d213e2b 110 mpd = ./mpd.nix;
3f453c7d 111 ejabberd = ./ejabberd;
8d213e2b 112 ssh = ./ssh;
3bc32d9e 113 monitoring = ./monitoring;
6e9f30f4 114 status = ./monitoring/status.nix;
a97118c4 115 status_engine = ./monitoring/status_engine.nix;
ea9c6fe8 116 vpn = ./vpn;
8d213e2b 117
ab8f306d 118 environment = ./environment.nix;
8d213e2b 119 system = ./system.nix;
7f286353 120 loginctl-linger = ./loginctl-linger.nix;
f8026b6e
IB
121};
122in
123builtins.listToAttrs (map (attr: { name = "priv${attr}"; value = set.${attr}; }) (builtins.attrNames set))