about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/hosts/corrino/www/talks.emile.space.nix2
-rw-r--r--nix/hosts/corrino/www/tickets.emile.space.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/talks.emile.space.nix b/nix/hosts/corrino/www/talks.emile.space.nix
index ae01237..3bc06f5 100644
--- a/nix/hosts/corrino/www/talks.emile.space.nix
+++ b/nix/hosts/corrino/www/talks.emile.space.nix
@@ -7,7 +7,9 @@
     nginx.virtualHosts."talks.emile.space" = {
       forceSSL = true;
       enableACME = true;
+      serverAliases = [ "talks.hackoween.de" ];
     };
+
     pretalx = {
       package = pkgs.pretalx;
       enable = true;
diff --git a/nix/hosts/corrino/www/tickets.emile.space.nix b/nix/hosts/corrino/www/tickets.emile.space.nix
index cec3331..a53b878 100644
--- a/nix/hosts/corrino/www/tickets.emile.space.nix
+++ b/nix/hosts/corrino/www/tickets.emile.space.nix
@@ -10,6 +10,7 @@
   services.nginx.virtualHosts."tickets.emile.space" = {
     forceSSL = true;
     enableACME = true;
+    serverAliases = [ "tickets.hackoween.de" ];
   };
 
   services = {