From 05da3c784a4099a049b69d7b46237a261c7ef32e Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 23 Oct 2023 18:17:38 -0400 Subject: [PATCH] Playing around with subdomains --- nixos-apps/fancytypist.com.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 8617aef..314d25e 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -23,6 +23,18 @@ in ''; }; + "osds.fancytypist.ca" = { + extraConfig = '' + respond "Welcome to the Ottawa Swing Dance Society" + ''; + }; + + "*.fancytypist.ca" = { + extraConfig = '' + respond "Welcome to subdomain...fancytypist.ca" + ''; + }; + "fancytypist.dev" = { serverAliases = [ "www.fancytypist.dev" ]; extraConfig = ''