infrastructure/machines/web03/django-apps/default.nix

23 lines
312 B
Nix
Raw Normal View History

{
2024-10-21 19:41:59 +02:00
imports = [
./annuaire.nix
./bocal.nix
2024-10-21 19:41:59 +02:00
./gestiojeux.nix
./interludes.nix
./wikiens.nix
2024-10-21 19:41:59 +02:00
];
services.django-apps = {
enable = true;
webhook = {
domain = "apps-webhook.dgnum.eu";
nginx = {
enableACME = true;
forceSSL = true;
};
};
};
}