From c7a049b3c88670502ea20f22fc8eeed09bdbd140 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 20 Jul 2025 20:27:14 -0400 Subject: [PATCH] Enable fancytypist.dev --- flake.nix | 2 +- nixos-apps/fancytypist.com.nix | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 66535ce..9d8240c 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ ./nixos-apps - osds-site + # osds-site ]; }; }; diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 7d1eea0..c66808e 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -35,12 +35,12 @@ in ''; }; - # "fancytypist.dev" = { - # serverAliases = [ "www.fancytypist.dev" ]; - # extraConfig = '' - # reverse_proxy ${HOST}:${toString PORT} - # ''; - # }; + "fancytypist.dev" = { + serverAliases = [ "www.fancytypist.dev" ]; + extraConfig = '' + reverse_proxy ${HOST}:${toString PORT} + ''; + }; }; }; @@ -48,7 +48,10 @@ in fancyTypistDotDev-site = { enable = false; description = "The Haskell Servant executable server that hosts my FancyTypist.dev site."; - path = with pkgs; [ nix git ]; + path = with pkgs; [ + nix + git + ]; script = '' cd ${PROJECT_ROOT} nix run .#fancyTypistDotDev-site @@ -58,7 +61,10 @@ in osdsFancyTypistSubdomain-site = { enable = true; description = "Emanote site running the OSDS content."; - path = with pkgs; [ nix git ]; + path = with pkgs; [ + nix + git + ]; script = '' cd ${PROJECT_ROOT} nix run .#osdsFancyTypistSubdomain-site