feat(compute01): Init pretalx on conference.dgnum.eu
This commit is contained in:
parent
7c6c753c67
commit
cc97e3dacf
2 changed files with 19 additions and 0 deletions
18
machines/nixos/compute01/pretalx.nix
Normal file
18
machines/nixos/compute01/pretalx.nix
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
|
let
|
||||||
|
host = "conference.dgnum.eu";
|
||||||
|
in
|
||||||
|
|
||||||
|
{
|
||||||
|
services.pretalx = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
nginx = {
|
||||||
|
enable = true;
|
||||||
|
domain = host;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -67,6 +67,7 @@ let
|
||||||
"bridge" # Signal <-> IRC bridge
|
"bridge" # Signal <-> IRC bridge
|
||||||
"cloud" # Nextcloud
|
"cloud" # Nextcloud
|
||||||
"code" # Collabora Online
|
"code" # Collabora Online
|
||||||
|
"conference" # Pretalx
|
||||||
"demarches" # Démarches Normaliennes
|
"demarches" # Démarches Normaliennes
|
||||||
"docs" # Outline
|
"docs" # Outline
|
||||||
"grafana" # Grafana
|
"grafana" # Grafana
|
||||||
|
|
Loading…
Reference in a new issue