From d7a07ed0c734a5737b6bbb37249f70ae9f3d3130 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 20 Jul 2025 22:44:10 -0400 Subject: [PATCH] Move to subdomain --- nixos-apps/fancytypist.com.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 012ea66..f4c107f 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -35,8 +35,8 @@ in ''; }; - "fancytypist.dev" = { - serverAliases = [ "www.fancytypist.dev" ]; + "osds.fancytypist.dev" = { + serverAliases = [ "osds.fancytypist.dev" ]; extraConfig = '' reverse_proxy ${HOST}:${toString PORT} '';