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

16 lines
232 B
Nix
Raw Normal View History

{
imports = [ ./gestiojeux.nix ];
services.django-apps = {
enable = true;
webhook = {
domain = "hooks.webapps.dgnum.eu";
nginx = {
enableACME = true;
forceSSL = true;
};
};
};
}