diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index 0f6dcf8..7d1eea0 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -35,18 +35,18 @@ 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} + # ''; + # }; }; }; systemd.services = { fancyTypistDotDev-site = { - enable = true; + enable = false; description = "The Haskell Servant executable server that hosts my FancyTypist.dev site."; path = with pkgs; [ nix git ]; script = ''