Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
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
|
||||
"cloud" # Nextcloud
|
||||
"code" # Collabora Online
|
||||
"conference" # Pretalx
|
||||
"demarches" # Démarches Normaliennes
|
||||
"docs" # Outline
|
||||
"grafana" # Grafana
|
||||
|
|
Loading…
Reference in a new issue