forked from DGNum/infrastructure
21 lines
291 B
Nix
21 lines
291 B
Nix
{
|
|
imports = [
|
|
./annuaire.nix
|
|
./bocal.nix
|
|
./gestiojeux.nix
|
|
./wikiens.nix
|
|
];
|
|
|
|
services.django-apps = {
|
|
enable = true;
|
|
|
|
webhook = {
|
|
domain = "apps-webhook.dgnum.eu";
|
|
|
|
nginx = {
|
|
enableACME = true;
|
|
forceSSL = true;
|
|
};
|
|
};
|
|
};
|
|
}
|