[pretalx] rename talks.malobeo -> events.malobeo

This commit is contained in:
2026-03-09 13:00:37 +01:00
parent f385b0318b
commit 696f1aeb90
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ in
};
};
services.nginx.virtualHosts."talks.malobeo.org" = {
services.nginx.virtualHosts."events.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {

View File

@@ -230,7 +230,7 @@ in
};
};
virtualHosts."talks.malobeo.org" = {
virtualHosts."events.malobeo.org" = {
locations."/" = {
proxyPass = "http://${hosts.malobeo.hosts.pretalx.network.address}";
extraConfig = ''

View File

@@ -48,7 +48,7 @@ in
proxy_headers_hash_bucket_size 64;
'';
virtualHosts = {
"talks.malobeo.org" = {
"events.malobeo.org" = {
forceSSL = false;
enableACME = false;
};
@@ -72,7 +72,7 @@ in
"--name=pretalx"
"--preload"
];
nginx.domain = "talks.malobeo.org";
nginx.domain = "events.malobeo.org";
environmentFiles = [
config.sops.secrets.pretalx_smtp.path
];

View File

@@ -58,7 +58,7 @@ with lib;
};
};
virtualHosts."talks.malobeo.org" = {
virtualHosts."events.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''