aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/default.nix
blob: 80d902ea51b4f65413bee3f6ff0b49139526f973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{ ... }:
{
  config.myServices.websites.aten.integration.enable = true;
  config.myServices.websites.aten.production.enable = true;

  config.myServices.websites.capitaines.production.enable = true;

  config.myServices.websites.chloe.integration.enable = true;
  config.myServices.websites.chloe.production.enable = true;

  config.myServices.websites.connexionswing.integration.enable = true;
  config.myServices.websites.connexionswing.production.enable = true;

  config.myServices.websites.denisejerome.production.enable = true;

  config.myServices.websites.emilia.production.enable = true;

  config.myServices.websites.florian.app.enable = true;
  config.myServices.websites.florian.integration.enable = true;
  config.myServices.websites.florian.production.enable = true;

  config.myServices.websites.immae.production.enable = true;
  config.myServices.websites.immae.release.enable = true;
  config.myServices.websites.immae.temp.enable = true;

  config.myServices.websites.leila.production.enable = true;

  config.myServices.websites.ludivinecassal.integration.enable = true;
  config.myServices.websites.ludivinecassal.production.enable = true;

  config.myServices.websites.nassime.production.enable = true;

  config.myServices.websites.naturaloutil.production.enable = true;

  config.myServices.websites.papa.surveillance.enable = true;

  config.myServices.websites.piedsjaloux.integration.enable = true;
  config.myServices.websites.piedsjaloux.production.enable = true;
}