Tom Hubrecht
32f13adaad
Some checks failed
Build all the nodes / bridge01 (push) Successful in 1m25s
Build all the nodes / geo02 (push) Successful in 1m34s
Build all the nodes / rescue01 (push) Successful in 1m34s
Build all the nodes / geo01 (push) Successful in 1m56s
Build all the nodes / compute01 (push) Successful in 2m22s
Build all the nodes / storage01 (push) Successful in 1m43s
Build all the nodes / web01 (push) Successful in 1m50s
Run pre-commit on all files / check (push) Successful in 25s
Build all the nodes / web02 (push) Successful in 1m54s
Build all the nodes / vault01 (push) Successful in 2m20s
Build all the nodes / web03 (push) Failing after 1m39s
22 lines
312 B
Nix
22 lines
312 B
Nix
{
|
|
imports = [
|
|
./annuaire.nix
|
|
./bocal.nix
|
|
./gestiojeux.nix
|
|
./interludes.nix
|
|
./wikiens.nix
|
|
];
|
|
|
|
services.django-apps = {
|
|
enable = true;
|
|
|
|
webhook = {
|
|
domain = "apps-webhook.dgnum.eu";
|
|
|
|
nginx = {
|
|
enableACME = true;
|
|
forceSSL = true;
|
|
};
|
|
};
|
|
};
|
|
}
|