about summary refs log tree commit diff
path: root/nix/hosts/corrino/www/talks.emile.space.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/corrino/www/talks.emile.space.nix')
-rw-r--r--nix/hosts/corrino/www/talks.emile.space.nix2
1 files changed, 2 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;